mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Merge pull request #32317 from sdodson/master
Automatic merge from submit-queue Fix 127.0.01 typo **What this PR does / why we need it**: Fixes a small typo, though typo seems inconsequential **Release note**: none
This commit is contained in:
commit
d139177529
@ -50,7 +50,7 @@ start_etcd() {
|
|||||||
--listen-client-urls http://127.0.0.1:${ETCD_PORT} \
|
--listen-client-urls http://127.0.0.1:${ETCD_PORT} \
|
||||||
--advertise-client-urls http://127.0.0.1:${ETCD_PORT} \
|
--advertise-client-urls http://127.0.0.1:${ETCD_PORT} \
|
||||||
--listen-peer-urls http://127.0.0.1:${ETCD_PEER_PORT} \
|
--listen-peer-urls http://127.0.0.1:${ETCD_PEER_PORT} \
|
||||||
--initial-advertise-peer-urls http://127.0.01:${ETCD_PEER_PORT} \
|
--initial-advertise-peer-urls http://127.0.0.1:${ETCD_PEER_PORT} \
|
||||||
1>>/dev/null 2>&1 &
|
1>>/dev/null 2>&1 &
|
||||||
ETCD_PID=$!
|
ETCD_PID=$!
|
||||||
# Wait until etcd is up.
|
# Wait until etcd is up.
|
||||||
|
Loading…
Reference in New Issue
Block a user