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