We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b551fe0 commit 3ace896Copy full SHA for 3ace896
docs/developers/vagrant.md
@@ -88,7 +88,7 @@ $ pip install -r requirements.txt
88
$ vagrant up
89
90
# Access the cluster
91
-$ export INV=.vagrant/provisionners/ansible/inventory
+$ export INV=.vagrant/provisioners/ansible/inventory
92
$ export KUBECONFIG=${INV}/artifacts/admin.conf
93
# make the kubectl binary available
94
$ export PATH=$PATH:$PWD/$INV/artifacts
0 commit comments