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
log.Debugf("Updated node %s with label %q: %q", c.myNodeName, key, value)
Attach logs
What you expected to happen:
If error occurs in node label update, it needs to return error to the caller. How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Kubernetes version (use kubectl version):
CNI Version 1.10.2
OS (e.g: cat /etc/os-release):
Kernel (e.g. uname -a):
The text was updated successfully, but these errors were encountered:
we should consider use TwoWayStrategicMergePatch instead of update. (which saves request payload & we can disable resource version check safely for this use case)
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:
In
amazon-vpc-cni-k8s/pkg/ipamd/ipamd.go
Line 1883 in 8d05975
Instead, it logs the error and continues on to indicate that it updated the node with the label in
amazon-vpc-cni-k8s/pkg/ipamd/ipamd.go
Line 1885 in 8d05975
Attach logs
What you expected to happen:
If error occurs in node label update, it needs to return error to the caller.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: