mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
docs: fix path in vagrant.md example (#12067)
This commit is contained in:
parent
b551fe083d
commit
3ace8963b1
@ -88,7 +88,7 @@ $ pip install -r requirements.txt
|
|||||||
$ vagrant up
|
$ vagrant up
|
||||||
|
|
||||||
# Access the cluster
|
# Access the cluster
|
||||||
$ export INV=.vagrant/provisionners/ansible/inventory
|
$ export INV=.vagrant/provisioners/ansible/inventory
|
||||||
$ export KUBECONFIG=${INV}/artifacts/admin.conf
|
$ export KUBECONFIG=${INV}/artifacts/admin.conf
|
||||||
# make the kubectl binary available
|
# make the kubectl binary available
|
||||||
$ export PATH=$PATH:$PWD/$INV/artifacts
|
$ export PATH=$PATH:$PWD/$INV/artifacts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user