Update 'k8s/initialize.yml'
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
become_method: sudo
|
||||
become_user: root
|
||||
tasks:
|
||||
- name: Pull images
|
||||
shell: kubeadm config images pull
|
||||
- name: Initialize the control plane
|
||||
shell: kubeadm init --pod-network-cidr={{ POD_NETWORK_CIDR }} --control-plane-endpoint "{{ APISERVER_VIP}}:{{ APISERVER_DEST_PORT }}" --upload-certs >> /etc/kubernetes/setup.out
|
||||
args:
|
||||
|
Reference in New Issue
Block a user