mirror of https://github.com/dapr/docs.git
Merge pull request #2580 from hhunter-ms/aks_update
[AKS Dapr] Link to setting up extension
This commit is contained in:
commit
ad99ef096a
|
@ -51,14 +51,6 @@ az aks create --resource-group [your_resource_group] --name [your_aks_cluster_na
|
|||
az aks get-credentials -n [your_aks_cluster_name] -g [your_resource_group]
|
||||
```
|
||||
|
||||
## (optional) Install Helm v3
|
||||
## Next steps
|
||||
|
||||
1. [Install Helm v3 client](https://helm.sh/docs/intro/install/)
|
||||
|
||||
> **Note:** The latest Dapr helm chart no longer supports Helm v2. Please migrate from helm v2 to helm v3 by following [this guide](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/).
|
||||
|
||||
2. In case you need permissions the kubernetes dashboard (i.e. configmaps is forbidden: User "system:serviceaccount:kube-system:kubernetes-dashboard" cannot list configmaps in the namespace "default", etc.) execute this command
|
||||
|
||||
```bash
|
||||
kubectl create clusterrolebinding kubernetes-dashboard -n kube-system --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard
|
||||
```
|
||||
{{< button text="Install Dapr using the AKS Dapr extension >>" page="azure-kubernetes-service-extension" >}}
|
||||
|
|
Loading…
Reference in New Issue