mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Fixed Networking, Formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user