mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	note linux dependency in local getting-started-guide
While the linux dependency is obvious with a moment's thought, some users (especially on *nix) might plow ahead before realizing their system isn't supported. This adds a requirements section and points users in the direction of guides more likely to work for them.
This commit is contained in:
		@@ -1,5 +1,12 @@
 | 
				
			|||||||
## Getting started locally
 | 
					## Getting started locally
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Requirements 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 - Linux 
 | 
				
			||||||
 | 
					 - Docker 1.0.0+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Not running Linux? Consider running Linux in a local virtual machine with [Vagrant](vagrant.md), or on a cloud provider like [Google Compute Engine](gce.md)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In a separate tab of your terminal, run:
 | 
					In a separate tab of your terminal, run:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -59,4 +66,4 @@ You are running a single minion setup.  This has the limitation of only supporti
 | 
				
			|||||||
cd kubernetes
 | 
					cd kubernetes
 | 
				
			||||||
hack/build-go.sh
 | 
					hack/build-go.sh
 | 
				
			||||||
hack/local-up-cluster.sh
 | 
					hack/local-up-cluster.sh
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user