play-with-kubernetes.github.io
play-with-kubernetes.github.io copied to clipboard
remove default steps from terminal
These steps are appearing again in the default terminal, please turn them off:
- Initializes cluster master node:
kubeadm init --apiserver-advertise-address $(hostname -i)
- Initialize cluster networking:
kubectl apply -n kube-system -f
"https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 |tr -d '\n')"
- (Optional) Create an nginx deployment:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/cn/docs/user-guide/nginx-app.yaml