-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 CNI failed with hcnCreateEndpoint failed in Win32: The provided policy configuration is invalid or missing parameters. (0x803b000d) #8465
Comments
Get-HnsPolicyList:
|
Get-HnsNamespace:
|
Get-HnsNetwork:
|
I have confirmed by setting natOutgoing to false, then the policies are valid:
|
I created a specific block for Windows nodes, and it is clearly a bug now:
|
I noticed I cannot ping to 10.245.253.1 on both the Windows node, which is supposed to be the first VXLAN for the host, but I can ping to the VXLAN IP on the Linux node.
And I can ping from Windows node to Linux node:
|
Hi @wizpresso-steve-cy-fan, Windows desktop versions are not supported by either calico (https://docs.tigera.io/calico/latest/getting-started/kubernetes/windows-calico/requirements#windows-platform-requirements) or kubernetes itself for that matter (https://kubernetes.io/docs/concepts/windows/intro/#windows-os-version-support). The exact details escape me at the moment, but there is functionality exclusive to Windows server versions which is needed for k8s. |
Expected Behavior
Calico should work on Windows 11 with containerd
Current Behavior
It does not work on Windows 11
Possible Solution
Steps to Reproduce (for bugs)
Context
Here's the error
The key error here is:
Calico CNI config:
Also there are some error in Felix on Windows node:
I cannot ping from Windows to Linux and from Linux to Windows using the pod IPs either.
Your Environment
The text was updated successfully, but these errors were encountered: