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:
Due to #2145, pods created in v1.12.1+ create a PrevResult with a VLAN ID of 0. In v1.11.4 (really anything < v1.12.1), in tryDelWithPrevResult, if PrevResult exists and has a VLAN ID of 0, we return error and do not delete.
Attach logs
error killing pod: failed to "KillPodSandbox" for "8d5583d3-535d-4106-b3be-d42a6d735056" with KillPodSandboxError: "rpc error: code = Unknown desc = networkPlugin cni failed to teardown pod \"test-app-5dc4bf8b96-j6rx5_default\" network: del cmd: failed to delete with prevResult: malformed vlanID in prevResult: 0"
What you expected to happen:
Pod to be deleted
How to reproduce it (as minimally and precisely as possible):
Create pod with VPC CNI v1.12.1+
Downgrade VPC CNI to v1.11.4
Delete pod
Anything else we need to know?:
No
Environment:
Kubernetes version (use kubectl version): all
CNI Version: v1.11.4
OS (e.g: cat /etc/os-release): AL2
Kernel (e.g. uname -a): Linux 5.4
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
What happened:
Due to #2145, pods created in v1.12.1+ create a PrevResult with a VLAN ID of 0. In v1.11.4 (really anything < v1.12.1), in
tryDelWithPrevResult
, if PrevResult exists and has a VLAN ID of 0, we return error and do not delete.Attach logs
What you expected to happen:
Pod to be deleted
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
No
Environment:
kubectl version
): allcat /etc/os-release
): AL2uname -a
): Linux 5.4The text was updated successfully, but these errors were encountered: