(azure): change default location, add info (#7629)

* (azure): change default location, add info

* (ubuntu): fix CLI typo
This commit is contained in:
Sean Knox
2018-03-04 12:24:51 -08:00
committed by k8s-ci-robot
parent 819af04c3c
commit 313f89c2d9
2 changed files with 8 additions and 2 deletions
@@ -90,9 +90,15 @@ juju bootstrap aws/us-east-2
or, another example, this time on Azure:
```
juju bootstrap azure/centralus
juju bootstrap azure/westus2
```
If you receive this error, it is likely that the default Azure VM size (Standard D1 v2 [1 vcpu, 3.5 GB memory]) is not available in the Azure location:
```
ERROR failed to bootstrap model: instance provisioning failed (Failed)
```
You will need a controller node for each cloud or region you are deploying to. See the [controller documentation](https://jujucharms.com/docs/2.2/controllers) for more information.
Note that each controller can host multiple Kubernetes clusters in a given cloud or region.