mirror of https://github.com/dapr/docs.git
Update setup-aks.md
AKS Edge Essentials does not provide a local-path storage that may cause issues with Dapr installation. Adding AKS-EE specific instructions. Signed-off-by: Francisco Cabrera <fcabrera@microsoft.com>
This commit is contained in:
parent
f464624654
commit
3a586fee53
|
|
@ -51,6 +51,11 @@ 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]
|
||||
```
|
||||
|
||||
## AKS Edge Essentials
|
||||
To create a single-machine K8s/K3s Linux-only cluster using Azure Kubernetes Service (AKS) Edge Essentials, you can follow the quickstart guide available at [AKS Edge Essentials quickstart guide](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-edge-quickstart).
|
||||
|
||||
Note that AKS Edge Essentials does not come with a default storage class, which may cause issues when deploying Dapr. To avoid this, make sure to enable the **local-path-provisioner** storage class on the cluster before deploying Dapr. If you need more information, refer to [Local Path Provisioner on AKS EE](https://learn.microsoft.com/azure/aks/hybrid/aks-edge-howto-use-storage-local-path).
|
||||
|
||||
## Next steps
|
||||
|
||||
{{< button text="Install Dapr using the AKS Dapr extension >>" page="azure-kubernetes-service-extension" >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue