Comment 1 for bug 2039761

Revision history for this message
Jordan Barrett (barrettj12) wrote :

KUBECONFIG was pointing to a file that Juju can't access, so unsetting KUBECONFIG worked:
```
$ export KUBECONFIG=''
$ juju_40 clouds
Only clouds with registered credentials are shown.
...
```

However, Juju should probably ignore KUBECONFIG if it can't read the file, rather than causing a fuss.