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