Remove workaround with kube_proxy_remove (#6512)

* kube-proxy never gets deployed so need to remove it
This commit is contained in:
Hans Feldt
2020-09-17 13:30:45 +02:00
committed by GitHub
parent 47194c1fe4
commit 0cc5e3ef03
7 changed files with 18 additions and 72 deletions

View File

@@ -148,7 +148,7 @@
{{ bin_dir }}/kubeadm init
--config={{ kube_config_dir }}/kubeadm-config.yaml
--ignore-preflight-errors=all
--skip-phases=addon/coredns
--skip-phases={{ kubeadm_init_phases_skip | join(',') }}
--upload-certs
register: kubeadm_init
# Retry is because upload config sometimes fails