Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#12742 from tlm/k8s-bootstrap
juju#12742 Juju has tests that require no kube config present. In this test we where setting the kubeconfig variable to nil which forced the default loading of ~/.kube/config. This is not the behaviour wanted. We now set this value to a file that doesn't exist. ## Checklist - [x] Requires a [pylibjuju](https://github.com/juju/python-libjuju) change - [x] Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR - [x] Added or updated [doc.go](https://discourse.jujucharms.com/t/readme-in-packages/451) related to packages changed - [x] Comments answer the question of why design decisions were made ## QA steps Create a valid Kubernetes config file at ~/.kube/config and run the caas/kubernetes/provider tests
- Loading branch information