mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #14158 from linzichang/fix-service-link
Fix document link
This commit is contained in:
		@@ -67,7 +67,7 @@ kubectl stop rc my-nginx
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Exposing your pods to the internet.
 | 
					### Exposing your pods to the internet.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
On some platforms (for example Google Compute Engine) the kubectl command can integrate with your cloud provider to add a [public IP address](../docs/user-guide/services.md#external-services) for the pods,
 | 
					On some platforms (for example Google Compute Engine) the kubectl command can integrate with your cloud provider to add a [public IP address](../docs/user-guide/services.md#publishing-services---service-types) for the pods,
 | 
				
			||||||
to do this run:
 | 
					to do this run:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user