kubeadm-ha: fix variables under "initial-cluster" (#11700)
This commit is contained in:
parent
f1c752ae51
commit
5b480a8ccb
|
|
@ -92,7 +92,7 @@ this example.
|
||||||
peerCertSANs:
|
peerCertSANs:
|
||||||
- "${HOST}"
|
- "${HOST}"
|
||||||
extraArgs:
|
extraArgs:
|
||||||
initial-cluster: infra0=https://${ETCDHOSTS[0]}:2380,infra1=https://${ETCDHOSTS[1]}:2380,infra2=https://${ETCDHOSTS[2]}:2380
|
initial-cluster: ${NAMES[0]}=https://${ETCDHOSTS[0]}:2380,${NAMES[1]}=https://${ETCDHOSTS[1]}:2380,${NAMES[2]}=https://${ETCDHOSTS[2]}:2380
|
||||||
initial-cluster-state: new
|
initial-cluster-state: new
|
||||||
name: ${NAME}
|
name: ${NAME}
|
||||||
listen-peer-urls: https://${HOST}:2380
|
listen-peer-urls: https://${HOST}:2380
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue