mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix environment variable error in Vagrant docs: KUBERNETES_MASTER_MINION -> KUBERNETES_MINION_MEMORY.
				
					
				
			This commit is contained in:
		@@ -328,7 +328,7 @@ If you need more granular control, you can set the amount of memory for the mast
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
export KUBERNETES_MASTER_MEMORY=1536
 | 
					export KUBERNETES_MASTER_MEMORY=1536
 | 
				
			||||||
export KUBERNETES_MASTER_MINION=2048
 | 
					export KUBERNETES_MINION_MEMORY=2048
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### I ran vagrant suspend and nothing works!
 | 
					#### I ran vagrant suspend and nothing works!
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -294,7 +294,7 @@ If you need more granular control, you can set the amount of memory for the mast
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
export KUBERNETES_MASTER_MEMORY=1536
 | 
					export KUBERNETES_MASTER_MEMORY=1536
 | 
				
			||||||
export KUBERNETES_MASTER_MINION=2048
 | 
					export KUBERNETES_MINION_MEMORY=2048
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### I ran vagrant suspend and nothing works!
 | 
					#### I ran vagrant suspend and nothing works!
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user