mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #11125 from nak3/mesos-readme
Add a note of api endpoint in Kubernetes on Mesos getting started guide
This commit is contained in:
		@@ -99,6 +99,8 @@ export KUBERNETES_MASTER_IP=$(hostname -i)
 | 
			
		||||
export KUBERNETES_MASTER=http://${KUBERNETES_MASTER_IP}:8888
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Note that KUBERNETES_MASTER is used as the api endpoint. If you have existing `~/.kube/config` and point to another endpoint, you need to add option `--server=${KUBERNETES_MASTER}` to kubectl in later steps.
 | 
			
		||||
 | 
			
		||||
### Deploy etcd
 | 
			
		||||
 | 
			
		||||
Start etcd and verify that it is running:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user