amazon-vpc-cni-k8s: New pods failing to start with `FailedCreatePodSandBox` warning for CNI versions 1.7.x with Cilium
What happened:
New pods started failing to come up after upgrading to eks CNI v1.7.0 from v1.6.0. I was able to upgrade to v1.6.3 without any issue. I started to see the errors when I upgraded to 1.7.0. I also tried to upgrade to other version ( v1.7.2 and v1.7.5) but I am seeing the same issue.
Here is the error I am seeing.
Warning FailedCreatePodSandBox 28s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "7e3423d27fc6f36276de03aa7f41ef6b6f02121f800b65b64b8073c6a207b696" network for pod "spinnaker-get-resource-type-3fc73e4e3611d9f4-ps4b7": networkPlugin cni failed to set up pod "spinnaker-get-resource-type-3fc73e4e3611d9f4-ps4b7_default" network: invalidcharacter '{' after top-level value
Here is the cni log
Anything else we need to know?:
- We have Cilium running in chaining mode (v1.8.4)
Environment:
- Kubernetes version :
v1.17.9-eks-4c6976
- CNI Version: Tried different versions but seeing same issue for (1.7.0, 1.7.2, 1.7.5)
- Kernel:
5.4.58-27.104.amzn2.x86_64
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 4
- Comments: 22 (10 by maintainers)
Hi,
We have found the RC, for now please add
pluginLogFile
andpluginLogLevel
in05-cilium.conflist
. We will fix this issue in the next release.I was able to repro and below is the o/p after fixing the conflist -
Thank you!
Thanks for conforming @Aggouri . We are actively looking into the issue. Will update asap.
@jayanthvn I followed this Doc
Thanks @YesemKebede . We will look into it asap.