From 448da931226f31271fb9d4ae2b327ddaa5f1c877 Mon Sep 17 00:00:00 2001 From: Byungjoon Lee Date: Wed, 5 Aug 2015 17:45:17 +0900 Subject: [PATCH] Redundant groupadd util.sh had redundant groupadd, which cause the following error: groupadd: Permission denied. groupadd: cannot lock /etc/group; try again later. --- cluster/ubuntu/util.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/ubuntu/util.sh b/cluster/ubuntu/util.sh index 5cf65c68898..e52e6ee8623 100755 --- a/cluster/ubuntu/util.sh +++ b/cluster/ubuntu/util.sh @@ -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}"; \