mirror of https://github.com/k3s-io/k3s
Merge pull request #7904 from posita/fix-docs-vagrant
Fix environment variable error in Vagrant docspull/6/head
commit
70ec2f7fb7
|
@ -328,7 +328,7 @@ If you need more granular control, you can set the amount of memory for the mast
|
|||
|
||||
```sh
|
||||
export KUBERNETES_MASTER_MEMORY=1536
|
||||
export KUBERNETES_MASTER_MINION=2048
|
||||
export KUBERNETES_MINION_MEMORY=2048
|
||||
```
|
||||
|
||||
#### 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
|
||||
export KUBERNETES_MASTER_MEMORY=1536
|
||||
export KUBERNETES_MASTER_MINION=2048
|
||||
export KUBERNETES_MINION_MEMORY=2048
|
||||
```
|
||||
|
||||
#### I ran vagrant suspend and nothing works!
|
||||
|
|
Loading…
Reference in New Issue