mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Add explicit instruction to vagrant example docs
Building kubecfg is required for kubecfg.sh. kubecfg.sh will warn of this if it hasn't been built, but it's a better user experience to make people explicitly aware of all required steps.
This commit is contained in:
		@@ -82,6 +82,9 @@ cd kubernetes
 | 
				
			|||||||
modify cluster/kube-env.sh:
 | 
					modify cluster/kube-env.sh:
 | 
				
			||||||
  KUBERNETES_PROVIDER="vagrant"
 | 
					  KUBERNETES_PROVIDER="vagrant"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## build the binary required by kubecfg.sh
 | 
				
			||||||
 | 
					hack/build-go.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cluster/kube-up.sh => brings up a vagrant cluster
 | 
					cluster/kube-up.sh => brings up a vagrant cluster
 | 
				
			||||||
cluster/kube-down.sh => destroys a vagrant cluster
 | 
					cluster/kube-down.sh => destroys a vagrant cluster
 | 
				
			||||||
cluster/kube-push.sh => updates a vagrant cluster
 | 
					cluster/kube-push.sh => updates a vagrant cluster
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user