Created
May 22, 2017 16:09
-
-
Save adam-stokes/a5a165976efdf98ae7ef2977c04061e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@zohan:~$ juju version | |
| 2.2-rc1-xenial-amd64 | |
| ubuntu@zohan:~$ juju status --format yaml | |
| ERROR unable to connect to API: x509: cannot validate certificate for 162.213.33.250 because it doesn't contain any IP SANs | |
| ubuntu@zohan:~$ juju controllers | |
| Use --refresh flag with this command to see the latest information. | |
| Controller Model User Access Cloud/Region Models Machines HA Version | |
| jaas* conjure-up-kubernetes-core-56e adam-stokes@external (unknown) - - - 2.1.2 | |
| ubuntu@zohan:~$ juju destroy-model conjure-up-kubernetes-core-56e | |
| WARNING! This command will destroy the "conjure-up-kubernetes-core-56e" model. | |
| This includes all machines, applications, data and other resources. | |
| Continue [y/N]? y | |
| ERROR cannot connect to API: unable to connect to API: x509: cannot validate certificate for 162.213.33.250 because it doesn't contain any IP SANs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment