mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 03:31:20 -03:30
Make it possible to disable access_ip (openstack provider) (#5239)
* Add a variable do disable access_ip * Document the use of use_access_ip
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0ba336b04e
commit
a8c5a0afdc
@@ -426,7 +426,10 @@ resolvconf_mode: host_resolvconf
|
||||
```
|
||||
node_volume_attach_limit: 26
|
||||
```
|
||||
|
||||
- Disable access_ip, this will make all innternal cluster traffic to be sent over local network when a floating IP is attached (default this value is set to 1)
|
||||
```
|
||||
use_access_ip: 0
|
||||
```
|
||||
|
||||
### Deploy Kubernetes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user