Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calico Felix Health Port Change Not Applying on Windows Nodes in Mixed Linux/Windows Cluster #3801

Open
rafstef opened this issue Mar 4, 2025 · 0 comments

Comments

@rafstef
Copy link

rafstef commented Mar 4, 2025

I have a Kubernetes cluster comprised of both Linux and Windows nodes. I'm attempting to change the Felix health check port from the default 9099 to 9095 using the FelixConfiguration custom resource. While the change applies successfully to the Linux nodes, the Windows nodes continue to use port 9099.

apiVersion: crd.projectcalico.org/v1
kind: FelixConfiguration
metadata:
name: default
spec:
bpfConnectTimeLoadBalancing: TCP
bpfEnabled: false
bpfHostNetworkedNATWithoutCTLB: Enabled
bpfLogLevel: ""
floatingIPs: Disabled
healthPort: 9095
logSeverityScreen: Info
nftablesMode: Disabled
reportingInterval: 0s
routeTableRange:
max: 99
min: 65
vxlanVNI: 4096

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant