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
What happened:
Azure CNI fails to run successfully in newly released 6.2 kernel. Investigating further reveals that Azure CNI returns operation not supported error on netlink delete route request calls. The flag (NLM_F_EXCL) that used for netlink delete route got repurposed and kernel netlink api started to throw this error if that flag is passed. This resulted in Azure CNI to throw error on CNI Add call which led to pod creation failures.
What you expected to happen:
How to reproduce it:
Create a kubernetes cluster in Azure and upgrade your nodes to 6.2 kernel and then try to create pods and it should fail with Azure CNI error.
Orchestrator and Version (e.g. Kubernetes, Docker):
Kubernetes
Operating System (Linux/Windows):
Linux
Kernel (e.g. uanme -a for Linux or $(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion for Windows):
6.2
Anything else we need to know?:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered:
What happened:
Azure CNI fails to run successfully in newly released 6.2 kernel. Investigating further reveals that Azure CNI returns
operation not supported
error on netlink delete route request calls. The flag (NLM_F_EXCL
) that used for netlink delete route got repurposed and kernel netlink api started to throw this error if that flag is passed. This resulted in Azure CNI to throw error on CNI Add call which led to pod creation failures.What you expected to happen:
How to reproduce it:
Create a kubernetes cluster in Azure and upgrade your nodes to 6.2 kernel and then try to create pods and it should fail with Azure CNI error.
Orchestrator and Version (e.g. Kubernetes, Docker):
Kubernetes
Operating System (Linux/Windows):
Linux
Kernel (e.g.
uanme -a
for Linux or$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion
for Windows):6.2
Anything else we need to know?:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: