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:
		@@ -40,6 +40,8 @@ NAME        MODE    IPV4_RANGE  GATEWAY_IPV4
 | 
				
			|||||||
kubernetes  custom
 | 
					kubernetes  custom
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Create a subnet for the Kubernetes cluster:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
gcloud compute networks subnets create kubernetes \
 | 
					gcloud compute networks subnets create kubernetes \
 | 
				
			||||||
  --network kubernetes \
 | 
					  --network kubernetes \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user