mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Don't surround node-tags list with square brackets
That's not how yaml list parsing works...
This commit is contained in:
parent
3d435b56be
commit
6cfaed1299
@ -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