Fixed Networking, Formatting
parent
add2a072ef
commit
ec38f3a971
|
@ -27,7 +27,7 @@ To make our Kubernetes control plane remotely accessible, a Floating IP address
|
|||
|
||||
## Networking
|
||||
|
||||
```
|
||||
|
||||
Create a Kubernetes network:
|
||||
|
||||
```
|
||||
|
@ -44,8 +44,19 @@ Create a router for the network:
|
|||
|
||||
```
|
||||
openstack router create kubernetes
|
||||
```
|
||||
|
||||
Attach the network to the router:
|
||||
|
||||
```
|
||||
openstack router add subnet kubernetes kubernetes
|
||||
```
|
||||
|
||||
Attack the router to the external network:
|
||||
|
||||
```
|
||||
neutron router-gateway-set kubernetes external
|
||||
```
|
||||
|
||||
|
||||
### Firewall Rules
|
||||
|
|
Loading…
Reference in New Issue