mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #25230 from a-robinson/fix
Don't surround node-tags list with square brackets
This commit is contained in:
commit
a715392e4e
@ -778,7 +778,7 @@ EOF
|
|||||||
|
|
||||||
if [[ -n "${NODE_INSTANCE_PREFIX:-}" ]]; then
|
if [[ -n "${NODE_INSTANCE_PREFIX:-}" ]]; then
|
||||||
cat <<EOF >>/etc/gce.conf
|
cat <<EOF >>/etc/gce.conf
|
||||||
node-tags = [${NODE_INSTANCE_PREFIX}]
|
node-tags = ${NODE_INSTANCE_PREFIX}
|
||||||
EOF
|
EOF
|
||||||
CLOUD_CONFIG=/etc/gce.conf
|
CLOUD_CONFIG=/etc/gce.conf
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user