play-with-kubernetes.github.io icon indicating copy to clipboard operation
play-with-kubernetes.github.io copied to clipboard

remove default steps from terminal

Open ManoMarks opened this issue 6 years ago • 0 comments

These steps are appearing again in the default terminal, please turn them off:

  1. Initializes cluster master node:

kubeadm init --apiserver-advertise-address $(hostname -i)

  1. Initialize cluster networking:

kubectl apply -n kube-system -f
"https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 |tr -d '\n')"

  1. (Optional) Create an nginx deployment:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/cn/docs/user-guide/nginx-app.yaml

ManoMarks avatar Apr 27 '18 18:04 ManoMarks