mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
Minor fixes in deploy-config.yaml style and doc
This commit is contained in:
@@ -39,7 +39,7 @@ Deployment on a lab
|
|||||||
* Login to master node and sudo to root:
|
* Login to master node and sudo to root:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
vagrant ssh $USER-k8s-01
|
vagrant ssh $USER-k8s-00
|
||||||
sudo su -
|
sudo su -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
configs:
|
configs:
|
||||||
public_interface: eth1
|
public_interface: "eth1"
|
||||||
private_interface: eth2
|
private_interface: "eth2"
|
||||||
neutron_external_interface: eth3
|
neutron_external_interface: "eth3"
|
||||||
|
neutron_logging_debug: "true"
|
||||||
|
neutron_plugin_agent: "openvswitch"
|
||||||
|
|||||||
Reference in New Issue
Block a user