mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Merge pull request #22249 from ZhangZhenhua/ubuntu-deployment-fix
Auto commit by PR queue bot
This commit is contained in:
commit
4c09c84c75
@ -21,7 +21,7 @@
|
||||
export nodes=${nodes:-"vcap@10.10.103.250 vcap@10.10.103.162 vcap@10.10.103.223"}
|
||||
|
||||
# Define all your nodes role: a(master) or i(minion) or ai(both master and minion), must be the order same
|
||||
role=${role:-"ai i i"}
|
||||
role=${roles:-"ai i i"}
|
||||
# If it practically impossible to set an array as an environment variable
|
||||
# from a script, so assume variable is a string then convert it to an array
|
||||
export roles=($role)
|
||||
|
Loading…
Reference in New Issue
Block a user