Remove unused configuration
This commit is contained in:
parent
3e5b6a5481
commit
095ccef8bd
1 changed files with 0 additions and 9 deletions
|
@ -87,12 +87,3 @@
|
||||||
delegate_to: "{{groups['kube-master']|first}}"
|
delegate_to: "{{groups['kube-master']|first}}"
|
||||||
run_once: true
|
run_once: true
|
||||||
when: is_kube_master and kubeadm_discovery_address != kube_apiserver_endpoint
|
when: is_kube_master and kubeadm_discovery_address != kube_apiserver_endpoint
|
||||||
|
|
||||||
# FIXME(mattymo): Reconcile kubelet kubeconfig filename for both deploy modes
|
|
||||||
- name: Symlink kubelet kubeconfig for calico/canal
|
|
||||||
file:
|
|
||||||
src: "{{ kube_config_dir }}/kubelet.conf"
|
|
||||||
dest: "{{ kube_config_dir }}/node-kubeconfig.yaml"
|
|
||||||
state: link
|
|
||||||
force: yes
|
|
||||||
when: kube_network_plugin in ['calico','canal']
|
|
||||||
|
|
Loading…
Reference in a new issue