mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Run etcd on localhost for all providers.
This commit is contained in:
@@ -191,12 +191,6 @@ function kube-up {
|
||||
|
||||
readonly machines=$(join , "${KUBE_MINION_IP_ADDRESSES[@]}")
|
||||
|
||||
etcd_servers=( $MASTER_IP ${MINION_IPS[@]} )
|
||||
for (( i=0; i<${#etcd_servers[@]}; i++ )); do
|
||||
etcd_servers[$i]=http://${etcd_servers[$i]}:4001
|
||||
done
|
||||
etcd_servers=$(join , ${etcd_servers[@]})
|
||||
|
||||
local i
|
||||
for (( i = 0 ; i <= $NUM_MINIONS ; i++ )); do
|
||||
if [[ $i -eq $NUM_MINIONS ]]; then
|
||||
|
||||
Reference in New Issue
Block a user