Update 'k8s/initialize.yml'

master
alecsandru 9 months ago
parent 748c8a48d0
commit 29601d13be
  1. 6
      k8s/initialize.yml

@ -7,9 +7,9 @@
tasks: tasks:
- name: Initialize the control plane - name: Initialize the control plane
shell: kubeadm init --pod-network-cidr={{ POD_NETWORK_CIDR }} --control-plane-endpoint "{{ APISERVER_VIP}}:{{ APISERVER_PORT }}" --upload-certs >> /etc/kubernetes/setup.out shell: kubeadm init --pod-network-cidr={{ POD_NETWORK_CIDR }} --control-plane-endpoint "{{ APISERVER_VIP}}:{{ APISERVER_PORT }}" --upload-certs >> /etc/kubernetes/setup.out
args: args:
chdir: $HOME chdir: $HOME
creates: /etc/kubernetes/setup.out creates: /etc/kubernetes/setup.out
# - name: Reboot machine to finaliza presetup # - name: Reboot machine to finaliza presetup
# reboot: # reboot:
# reboot_timeout: 3600 # reboot_timeout: 3600
Loading…
Cancel
Save