@ -26,6 +26,13 @@
kubeconfig: /etc/kubernetes/admin.conf
src: /tmp/kubeadm-kuberouter-all-features.yaml
- name: Remove kube-proxy
k8s:
name: kube-proxy
kind: DaemonSet
namespace: kube-system
state: absent
- name: Get join token
command: kubeadm token create --print-join-command
register: found_join_token