mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	update docs
This commit is contained in:
		@@ -11,16 +11,16 @@ gcloud compute instances list
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
````
 | 
					````
 | 
				
			||||||
NAME         ZONE           MACHINE_TYPE   INTERNAL_IP  STATUS
 | 
					NAME         ZONE           MACHINE_TYPE   PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP      STATUS
 | 
				
			||||||
controller0  us-central1-f  n1-standard-1  10.240.0.20  RUNNING
 | 
					controller0  us-central1-f  n1-standard-1               10.240.0.20  146.148.34.151   RUNNING
 | 
				
			||||||
controller1  us-central1-f  n1-standard-1  10.240.0.21  RUNNING
 | 
					controller1  us-central1-f  n1-standard-1               10.240.0.21  104.197.49.230   RUNNING
 | 
				
			||||||
controller2  us-central1-f  n1-standard-1  10.240.0.22  RUNNING
 | 
					controller2  us-central1-f  n1-standard-1               10.240.0.22  130.211.123.47   RUNNING
 | 
				
			||||||
etcd0        us-central1-f  n1-standard-1  10.240.0.10  RUNNING
 | 
					etcd0        us-central1-f  n1-standard-1               10.240.0.10  104.197.163.174  RUNNING
 | 
				
			||||||
etcd1        us-central1-f  n1-standard-1  10.240.0.11  RUNNING
 | 
					etcd1        us-central1-f  n1-standard-1               10.240.0.11  146.148.43.6     RUNNING
 | 
				
			||||||
etcd2        us-central1-f  n1-standard-1  10.240.0.12  RUNNING
 | 
					etcd2        us-central1-f  n1-standard-1               10.240.0.12  162.222.179.131  RUNNING
 | 
				
			||||||
worker0      us-central1-f  n1-standard-1  10.240.0.30  RUNNING
 | 
					worker0      us-central1-f  n1-standard-1               10.240.0.30  104.155.181.141  RUNNING
 | 
				
			||||||
worker1      us-central1-f  n1-standard-1  10.240.0.31  RUNNING
 | 
					worker1      us-central1-f  n1-standard-1               10.240.0.31  104.197.163.37   RUNNING
 | 
				
			||||||
worker2      us-central1-f  n1-standard-1  10.240.0.32  RUNNING
 | 
					worker2      us-central1-f  n1-standard-1               10.240.0.32  104.154.41.9     RUNNING
 | 
				
			||||||
````
 | 
					````
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> All machines will be provisioned with fixed private IP addresses to simplify the bootstrap process.
 | 
					> All machines will be provisioned with fixed private IP addresses to simplify the bootstrap process.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user