docs: fix path in vagrant.md example (#12067)

This commit is contained in:
Takuya Ono 2025-03-25 00:18:34 +09:00 committed by GitHub
parent b551fe083d
commit 3ace8963b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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