Skip to content
Snippets Groups Projects
Unverified Commit fb309ca4 authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #3128 from riverzhang/delete-kubeadm

Remove unused configuration
parents c833a887 095ccef8
No related branches found
No related tags found
No related merge requests found
......@@ -87,12 +87,3 @@
delegate_to: "{{groups['kube-master']|first}}"
run_once: true
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']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment