mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	clean up docs
This commit is contained in:
		@@ -28,11 +28,6 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi
 | 
				
			|||||||
gcloud compute networks create kubernetes --mode custom
 | 
					gcloud compute networks create kubernetes --mode custom
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					 | 
				
			||||||
NAME        MODE    IPV4_RANGE  GATEWAY_IPV4
 | 
					 | 
				
			||||||
kubernetes  custom
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Create a subnet for the Kubernetes cluster:
 | 
					Create a subnet for the Kubernetes cluster:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -41,11 +36,6 @@ gcloud compute networks subnets create kubernetes \
 | 
				
			|||||||
  --range 10.240.0.0/24
 | 
					  --range 10.240.0.0/24
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					 | 
				
			||||||
NAME        REGION       NETWORK     RANGE
 | 
					 | 
				
			||||||
kubernetes  us-central1  kubernetes  10.240.0.0/24
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
### Firewall Rules
 | 
					### Firewall Rules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user