Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
10
vendor/k8s.io/kubernetes/cluster/saltbase/reactor/highstate-masters.sls
generated
vendored
Normal file
10
vendor/k8s.io/kubernetes/cluster/saltbase/reactor/highstate-masters.sls
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# This runs highstate on the master node(s).
|
||||
#
|
||||
# Some of the cluster deployment scripts pass the list of minion addresses to
|
||||
# the apiserver as a command line argument. This list needs to be updated if a
|
||||
# new minion is started, so run highstate on the master(s) when this happens.
|
||||
#
|
||||
highstate_master:
|
||||
cmd.state.highstate:
|
||||
- tgt: 'roles:kubernetes-master'
|
||||
- expr_form: grain
|
||||
Loading…
Add table
Add a link
Reference in a new issue