Update weavenet_setup.sh

This commit is contained in:
Torma Kristóf 2019-03-11 17:21:01 +01:00 committed by GitHub
parent 43f11e5a90
commit f6d9318f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
#!/bin/bash
## Initialize Kubernetes
swapoff -a
kubeadm init --ignore-preflight-errors=SystemVerification
mkdir -p $HOME/.kube
cp -i /etc/kubernetes/admin.conf $HOME/.kube/config