From 6d882c191c1555af3a415a29ebf12e3398dbee51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 24 Apr 2019 13:26:53 +0200 Subject: [PATCH] Update calico_setup.sh --- deploy/calico_setup.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deploy/calico_setup.sh b/deploy/calico_setup.sh index cf05195..5c36eda 100644 --- a/deploy/calico_setup.sh +++ b/deploy/calico_setup.sh @@ -1,11 +1,5 @@ #!/bin/bash -## Initialize Kubernetes -kubeadm init --ignore-preflight-errors=SystemVerification --pod-network-cidr=192.168.0.0/16 -mkdir -p $HOME/.kube -cp -i /etc/kubernetes/admin.conf $HOME/.kube/config -chown $(id -u):$(id -g) $HOME/.kube/config - ## Apply Calico CNI plugin kubectl apply -f https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/hosted/rbac-kdd.yaml kubectl apply -f https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/hosted/kubernetes-datastore/calico-networking/1.7/calico.yaml