techiescamp / vagrant-kubeadm-kubernetes

Vagrantfile & Scripts to setup Kubernetes Cluster using Kubeadm for CKA, CKAD and CKS practice environment
https://devopscube.com/kubernetes-cluster-vagrant/
GNU General Public License v3.0
662 stars 672 forks source link

Allow running vagrant from any subdir of the project. #61

Closed chriswells0 closed 6 months ago

chriswells0 commented 6 months ago

Currently, vagrant commands fail from any subdirectory in the project. This change always loads settings.yaml from the project root, which resolves the issue.