add config

This commit is contained in:
2024-04-03 14:12:30 +02:00
parent 324f664608
commit f7953efe2e
2 changed files with 16 additions and 1 deletions

View File

@@ -31,9 +31,10 @@ cd ..
cd kuberneties/
dpkg -i *.deb
## Setup k8s
systemctl start docker
swapoff -a
kubeadm init --ignore-preflight-errors=DirAvailable--var-lib-etcd --kubernetes-version=1.16.0
kubeadm init --config ./config.yaml