Takuya Ono
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/developers/vagrant.md
|
|
@ -88,7 +88,7 @@ $ pip install -r requirements.txt |
|
|
|
$ vagrant up |
|
|
|
|
|
|
|
# Access the cluster |
|
|
|
$ export INV=.vagrant/provisionners/ansible/inventory |
|
|
|
$ export INV=.vagrant/provisioners/ansible/inventory |
|
|
|
$ export KUBECONFIG=${INV}/artifacts/admin.conf |
|
|
|
# make the kubectl binary available |
|
|
|
$ export PATH=$PATH:$PWD/$INV/artifacts |
|
|
|