mirror of https://github.com/k3s-io/k3s
12 lines
456 B
Plaintext
12 lines
456 B
Plaintext
# This runs highstate on the minion nodes.
|
|
#
|
|
# Some of the cluster deployment scripts use the list of minions on the minions
|
|
# themselves (for example: every minion is configured with static routes to
|
|
# every other minion on a vSphere deployment). To propagate changes throughout
|
|
# the pool, run highstate on all minions whenever a single minion starts.
|
|
#
|
|
highstate_minions:
|
|
cmd.state.highstate:
|
|
- tgt: 'roles:kubernetes-pool'
|
|
- expr_form: grain
|