mirror of https://github.com/k3s-io/k3s
Fix a typo, add instructions for running make.
parent
3e6859564a
commit
e8f3c3cb19
|
@ -71,7 +71,9 @@ vagrant destroy
|
|||
```
|
||||
|
||||
Once your Vagrant machines are up and provisioned, the first thing to do is to check that you can use the `kubecfg.sh` script.
|
||||
Set the `KUBERNETS_PROVIDER` environment variable and try to list the minions:
|
||||
Set the `KUBERNETES_PROVIDER` environment variable and try to list the minions:
|
||||
|
||||
You may need to build the binaries first, you can do this with ```make```
|
||||
|
||||
```
|
||||
$ export KUBERNETES_PROVIDER=vagrant
|
||||
|
@ -282,4 +284,4 @@ You can control the number of minions that are instantiated via the environment
|
|||
|
||||
```
|
||||
export KUBERNETES_NUM_MINIONS=1
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue