mirror of https://github.com/k3s-io/k3s
11 lines
347 B
Plaintext
11 lines
347 B
Plaintext
# This runs highstate on the minion nodes.
|
|
#
|
|
# Some of the cluster deployment scripts use the list of minions on the minions
|
|
# themselves. 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
|