there were a number of cases in the #kubeadm slack channel where users are asking why they are getting this warning for commands that do not accept --config - e.g. kubeadm token ...
ideally the warning should be printed only if the user has provided a --config, but i'm pretty sure this logic is difficult to untangle, so we should instead just remove this warning or hide it behind a higher verbosity (e.g. klog.V(1).Infof(....)).
cc @rosti
/help
/kind cleanup
/priority backlog
/milestone v1.20
@neolit123:
This request has been marked as needing help from a contributor.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.
In response to this:
there were a number of cases in the #kubeadm slack channel where users are asking why they are getting this warning for commands that do not accept
--config- e.g.kubeadm token ...ideally the warning should be printed only if the user has provided a
--config, but i'm pretty sure this logic is difficult to untangle, so we should instead just remove this warning or hide it behind a higher verbosity (e.g.klog.V(1).Infof(....)).cc @rosti
/help
/kind cleanup
/priority backlog
/milestone v1.20
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/assign
Just for records, several slack discussions are:
https://kubernetes.slack.com/archives/C2P1JHS2E/p1578407862006800
https://kubernetes.slack.com/archives/C2P1JHS2E/p1595445960138200
Is there any fix for this yet? I am having the same issues.
Is there any fix for this yet? I am having the same issues.
We've made the fix in v1.19. In the meantime, you can find the troubleshooting item here: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/#kubeadm-upgrade-plan-prints-out-context-deadline-exceeded-error-message
Is there any fix for this yet? I am having the same issues.
the warning itself is not an issue, it's just warning that kubeadm no longer validates the KubeletConfiguration, KubeProxyConfiguration that it feeds to the kubelet, kube-proxy components.
context deadline exceeded
this is a separate problem around kubeadm plan not fetching the etcd versions properly for external etcd clusters.