mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #11714 from colmm99/master
add command for workaround for issue 10836
This commit is contained in:
		@@ -128,6 +128,12 @@ NAME      LABELS    SELECTOR              IP          PORT(S)
 | 
			
		||||
nginx     <none>    run=nginx             <ip-addr>   80/TCP
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
If ip-addr is blank run the following command to obtain it. Know issue #10836
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
kubectl get svc nginx
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Hit the webserver:
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user