
Since we moved from Debian to Ubuntu we need to align it with docs and directory structure. Change-Id: Ib13eedb1a33d6913c72d15405458bf71feb16891
6 lines
223 B
Plaintext
6 lines
223 B
Plaintext
#cloud-config
|
|
|
|
runcmd:
|
|
- kubeadm init --pod-network-cidr=192.168.0.0/24 --ignore-preflight-errors 'SystemVerification'
|
|
- kubectl --kubeconfig /etc/kubernetes/admin.conf taint nodes --all node-role.kubernetes.io/master-
|