Nikolay Fedorov 0f9fbdce8b [AIR-152] Initial debian based iso builder
Tool for building ephemeral kubernetes cluster deployment iso image

Change-Id: Id9774eaef1c4d61ffe1a29a293c197c4a954e129
2020-02-03 17:13:02 +04:00

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-