mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-13 23:17:35 -02:30
Fix the file path for all.yml and k8s-cluster.yml (#4210)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6a33411d65
commit
8b289ad9e1
@@ -359,7 +359,7 @@ If it fails try to connect manually via SSH. It could be something as simple as
|
|||||||
|
|
||||||
### Configure cluster variables
|
### Configure cluster variables
|
||||||
|
|
||||||
Edit `inventory/$CLUSTER/group_vars/all.yml`:
|
Edit `inventory/$CLUSTER/group_vars/all/all.yml`:
|
||||||
- **bin_dir**:
|
- **bin_dir**:
|
||||||
```
|
```
|
||||||
# Directory where the binaries will be installed
|
# Directory where the binaries will be installed
|
||||||
@@ -372,7 +372,7 @@ bin_dir: /opt/bin
|
|||||||
```
|
```
|
||||||
cloud_provider: openstack
|
cloud_provider: openstack
|
||||||
```
|
```
|
||||||
Edit `inventory/$CLUSTER/group_vars/k8s-cluster.yml`:
|
Edit `inventory/$CLUSTER/group_vars/k8s-cluster/k8s-cluster.yml`:
|
||||||
- Set variable **kube_network_plugin** to your desired networking plugin.
|
- Set variable **kube_network_plugin** to your desired networking plugin.
|
||||||
- **flannel** works out-of-the-box
|
- **flannel** works out-of-the-box
|
||||||
- **calico** requires [configuring OpenStack Neutron ports](/docs/openstack.md) to allow service and pod subnets
|
- **calico** requires [configuring OpenStack Neutron ports](/docs/openstack.md) to allow service and pod subnets
|
||||||
|
|||||||
Reference in New Issue
Block a user