We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1119700 commit 0f65dafCopy full SHA for 0f65daf
install/k8s/cluster/k8smaster_centos.sh
@@ -1,8 +1,6 @@
1
#!/bin/bash -x
2
kubeadm init --token $1 --apiserver-advertise-address $2 --apiserver-bind-port $3 --kubernetes-version $4
3
4
-kubectl taint nodes --all node-role.kubernetes.io/master-
5
-
6
if [ -n "$CONTIV_TEST" ]; then
7
cp /etc/kubernetes/admin.conf /shared/admin.conf
8
chmod 0644 /etc/kubernetes/admin.conf
0 commit comments