Redundant groupadd

util.sh had redundant groupadd, which cause the following error:

groupadd: Permission denied.
groupadd: cannot lock /etc/group; try again later.
pull/6/head
Byungjoon Lee 2015-08-05 17:45:17 +09:00
parent 159ba48932
commit 448da93122
1 changed files with 0 additions and 1 deletions

View File

@ -368,7 +368,6 @@ function provision-master() {
# remote login to MASTER and use sudo to configue k8s master
ssh $SSH_OPTS -t $MASTER "source ~/kube/util.sh; \
groupadd -f -r kube-cert; \
setClusterInfo; \
create-etcd-opts "${mm[${MASTER_IP}]}" "${MASTER_IP}" "${CLUSTER}"; \
create-kube-apiserver-opts "${SERVICE_CLUSTER_IP_RANGE}" "${ADMISSION_CONTROL}" "${SERVICE_NODE_PORT_RANGE}"; \