mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Fix etcd hostnames
This commit is contained in:
@@ -842,6 +842,11 @@ EOF
|
||||
if [ -n "${ETCD_VERSION:-}" ]; then
|
||||
cat >>$file <<EOF
|
||||
ETCD_VERSION: $(yaml-quote ${ETCD_VERSION})
|
||||
EOF
|
||||
fi
|
||||
if [ -n "${ETCD_HOSTNAME:-}" ]; then
|
||||
cat >>$file <<EOF
|
||||
ETCD_HOSTNAME: $(yaml-quote ${ETCD_HOSTNAME})
|
||||
EOF
|
||||
fi
|
||||
if [ -n "${APISERVER_TEST_ARGS:-}" ]; then
|
||||
|
Reference in New Issue
Block a user