play-with-docker / play-with-kubernetes.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove default steps from terminal

ManoMarks opened this issue · 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