You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: