mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +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
|
||||
cat <<EOF >>/etc/gce.conf
|
||||
node-tags = [${NODE_INSTANCE_PREFIX}]
|
||||
node-tags = ${NODE_INSTANCE_PREFIX}
|
||||
EOF
|
||||
CLOUD_CONFIG=/etc/gce.conf
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user