Fixed Networking, Formatting

pull/90/head
Tyler Britten 2016-10-21 10:21:41 -04:00
parent add2a072ef
commit ec38f3a971
1 changed files with 12 additions and 1 deletions

View File

@ -27,7 +27,7 @@ To make our Kubernetes control plane remotely accessible, a Floating IP address
## Networking ## Networking
```
Create a Kubernetes network: Create a Kubernetes network:
``` ```
@ -44,8 +44,19 @@ Create a router for the network:
``` ```
openstack router create kubernetes openstack router create kubernetes
```
Attach the network to the router:
``` ```
openstack router add subnet kubernetes kubernetes openstack router add subnet kubernetes kubernetes
```
Attack the router to the external network:
```
neutron router-gateway-set kubernetes external
```
### Firewall Rules ### Firewall Rules