Update weavenet_setup.sh

This commit is contained in:
Torma Kristóf 2019-03-12 14:41:42 +01:00 committed by GitHub
parent 42acce5ccd
commit afb5d7f9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/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