Skip to content

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

@rafstef

Description

@rafstef

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions