Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
microk8s setup
  • Loading branch information
2pk03 committed Apr 28, 2019
1 parent 610b764 commit 8e89140
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hack/microk8s/infinimesh-setup.sh
Expand Up @@ -35,7 +35,6 @@ if which kubectl >/dev/null; then
echo "everything ready, let's start"
# setup vm and install microk8s
echo "setup VM and install microk8s into ..."
waitcircle &

multipass launch --name microk8s-vm --mem 6G --disk 40G -c 2 &&
multipass exec microk8s-vm -- sudo snap install microk8s --classic &&
Expand All @@ -49,8 +48,6 @@ multipass exec microk8s-vm -- /snap/bin/microk8s.enable dns ingress
sleep 3
multipass exec microk8s-vm -- /snap/bin/microk8s.config > ~/kubeconfig &&
export KUBECONFIG=$KUBECONFIG:~/kubeconfig
kill "$!" # kill wheel
printf '\n'
multipass list &&
printf '\n'

Expand Down

0 comments on commit 8e89140

Please sign in to comment.