We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e23d83e + 2be66fe commit d159ae3Copy full SHA for d159ae3
cmd/kubeadm/app/cmd/init.go
@@ -56,6 +56,10 @@ var (
56
sudo cp -i {{.KubeConfigPath}} $HOME/.kube/config
57
sudo chown $(id -u):$(id -g) $HOME/.kube/config
58
59
+ Alternatively, if you are the root user, you can run:
60
+
61
+ export KUBECONFIG=/etc/kubernetes/admin.conf
62
63
You should now deploy a pod network to the cluster.
64
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
65
https://kubernetes.io/docs/concepts/cluster-administration/addons/
0 commit comments