You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update az aks create invocation in azure setup docs (coder#1091)
* chore: update az aks create invocation in azure setup docs
* Cannot set `--network-policy azure` with `--network-plugin kubenet`:
```
(NetworkPolicyAzureNotSupportedForKubenet) NetworkPolicy azure is not supported for network plugin kubenet
Code: NetworkPolicyAzureNotSupportedForKubenet
Message: NetworkPolicy azure is not supported for network plugin kubenet
Target: networkProfile.networkPolicy
```
* Must set the `--node-count` parameter equal to `--min-count` as it appears to default to 0 if unspecified.
* fix lint error
Co-authored-by: Ben <me@bpmct.net>
0 commit comments