mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Correct example salt config
The correct parameter is cloud not cloud_provider.
This commit is contained in:
parent
0662141f67
commit
142018cff4
@ -82,7 +82,7 @@ An example file is presented below using the Vagrant based environment.
|
||||
[root@kubernetes-master] $ cat /etc/salt/minion.d/grains.conf
|
||||
grains:
|
||||
etcd_servers: $MASTER_IP
|
||||
cloud_provider: vagrant
|
||||
cloud: vagrant
|
||||
roles:
|
||||
- kubernetes-master
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user