(azure): change default location, add info (#7629)
* (azure): change default location, add info * (ubuntu): fix CLI typo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -46,7 +46,7 @@ During normal operation the Workload should read `active`, the Agent column (whi
|
||||
|
||||
Status can become unwieldy for large clusters, it is then recommended to check status on individual services, for example to check the status on the workers only:
|
||||
|
||||
juju status kubernetes-workers
|
||||
juju status kubernetes-worker
|
||||
|
||||
or just on the etcd cluster:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user