Skip to content

Commit 340dc60

Browse files
authored
update azure cli setup (#337)
1 parent ed1ea15 commit 340dc60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/reference/configuring-cloud-provider.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ Failure to do this could result in `project requested not found` or permission r
111111

112112
- Follow the instructions [here](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) to install your Azure CLI.
113113
- Follow the instructions [here](https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli) to sign into your Azure CLI.
114+
- Install `aks-preview` extension for your Azure CLI:
115+
116+
```
117+
az extension update -n aks-preview --allow-preview true
118+
```
114119

115120
{% callout severity="warning" %}
116121
Keep in mind that your Azure subscription type can limit the availability of your VMs, so make sure to tailor your subscription

0 commit comments

Comments
 (0)