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:
		@@ -18,6 +18,7 @@ deployment "nginx" created
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
kubectl get pods -o wide
 | 
					kubectl get pods -o wide
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
NAME                     READY     STATUS    RESTARTS   AGE       IP           NODE
 | 
					NAME                     READY     STATUS    RESTARTS   AGE       IP           NODE
 | 
				
			||||||
nginx-2032906785-ms8hw   1/1       Running   0          21s       10.200.2.2   worker2
 | 
					nginx-2032906785-ms8hw   1/1       Running   0          21s       10.200.2.2   worker2
 | 
				
			||||||
nginx-2032906785-sokxz   1/1       Running   0          21s       10.200.1.2   worker1
 | 
					nginx-2032906785-sokxz   1/1       Running   0          21s       10.200.1.2   worker1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user