Skip to content
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

Treating ErrUnknownPod from ipamd to be a noop #750

Merged
merged 1 commit into from
Dec 11, 2019
Merged

Conversation

uruddarraju
Copy link
Contributor

@uruddarraju uruddarraju commented Dec 10, 2019

@mogren actually, I dont think this has been fixed yet in the cni, I just saw these logs on the cni agent, after a node reboot, leading to all pods on that node going into an Error status:

2019-12-10T20:00:00.241Z [INFO]         Starting CNI Plugin v1.6.0-rc1-44-g067ddf20 ...
2019-12-10T20:00:00.241Z [INFO]         Received CNI del request: ContainerID(93fb009f691cb1b7d448cf276ddf904ceb562ca5f1f000be8a7c444b0d19cfd2) Netns() IfName(eth0) Args(IgnoreUnknown=1;K8S_POD_NAMESPACE=integration-test-mainst-a0dskoz6ap;K8S_POD_NAME=kube-manager;K8S_POD_INFRA_CONTAINER_ID=93fb009f691cb1b7d448cf276ddf904ceb562ca5f1f000be8a7c444b0d19cfd2) Path(/opt/cni/bin/) argsStdinData({"cniVersion":"0.3.1","mtu":"9001","name":"aws-cni","type":"aws-cni","vethPrefix":"eni"})
2019-12-10T20:00:00.245Z [ERROR]        Error received from DelNetwork grpc call for pod kube-manager namespace integration-test-mainst-a0dskoz6ap container 93fb009f691cb1b7d448cf276ddf904ceb562ca5f1f000be8a7c444b0d19cfd2: rpc error: code = Unknown desc = datastore: unknown pod
2019-12-10T20:00:00.245Z [ERROR]        Failed CNI request: rpc error: code = Unknown des

Issue: #740 and #739

Copy link
Contributor

@mogren mogren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I've tested it and it works 😄

@mogren mogren added the bug label Dec 11, 2019
@mogren mogren added this to the v1.6 milestone Dec 11, 2019
@mogren mogren merged commit 2718493 into aws:master Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants