mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #17153 from hSATAC/patch-1
Auto commit by PR queue bot
This commit is contained in:
		@@ -284,7 +284,10 @@ my-nginx-xql4j   1/1       Running   0          1m
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
$ ./cluster/kubectl.sh get services
 | 
					$ ./cluster/kubectl.sh get services
 | 
				
			||||||
NAME              CLUSTER_IP       EXTERNAL_IP       PORT(S)       SELECTOR               AGE
 | 
					NAME              CLUSTER_IP       EXTERNAL_IP       PORT(S)       SELECTOR               AGE
 | 
				
			||||||
my-nginx          10.0.0.1         <none>            80/TCP        run=my-nginx           1h
 | 
					
 | 
				
			||||||
 | 
					$ ./cluster/kubectl.sh get replicationcontrollers
 | 
				
			||||||
 | 
					CONTROLLER   CONTAINER(S)   IMAGE(S)   SELECTOR       REPLICAS   AGE
 | 
				
			||||||
 | 
					my-nginx     my-nginx       nginx      run=my-nginx   3          1m
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We did not start any services, hence there are none listed. But we see three replicas displayed properly.
 | 
					We did not start any services, hence there are none listed. But we see three replicas displayed properly.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user