Browse Source
When using cluster.yml or scale.yml to add/scale nodes in the existing k8s cluster, the `kubeadm init` wouldn't run. As a result, kube-proxy wouldn't be created, and therefore the kube-proxy deletion task would fail, e.g. in the case where kube-router is used and "kube_proxy_remove" is set to true. As a workaround, add ignore_errors to the kube-proxy deletion task.pull/5268/head
Qingkun Li
5 years ago
committed by
Kubernetes Prow Robot
1 changed files with 2 additions and 0 deletions
Loading…