mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fix up source install instructions for VSphere
I skip using `go get` as it downloads all of the dependencies. But since we are vendoring using godep without rewriting imports, this means we download a bunch of stuff we don't use. Instead, just clone the repo directly. Fixes #1360.
This commit is contained in:
		@@ -23,8 +23,9 @@
 | 
				
			|||||||
6. Get the Kubernetes source:
 | 
					6. Get the Kubernetes source:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ```sh
 | 
					   ```sh
 | 
				
			||||||
   go get github.com/GoogleCloudPlatform/kubernetes
 | 
					   mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform
 | 
				
			||||||
   cd $GOPATH/src/github.com/GoogleCloudPlatform/kubernetes
 | 
					   git clone https://github.com/GoogleCloudPlatform/kubernetes.git
 | 
				
			||||||
 | 
					   cd kubernetes
 | 
				
			||||||
   ```
 | 
					   ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Setup
 | 
					### Setup
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user