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
**I encountered installation issues due to Azure Policy. What is the recommended approach?**
64
+
65
+
If you’re experiencing installation issues with Azure Container Storage in your AKS cluster, it might be due to Azure Policy restrictions. To resolve this,
66
+
you’ll need to add the `acstor` namespace to the exclusion list of your Azure Policy. Azure Policy is used to create and enforce rules for managing resources
67
+
within Azure, including AKS clusters. In some cases, policies might block the creation of Azure Container Storage pods and components. You can find more details
68
+
on working with Azure Policy for Kubernetes by consulting [Azure Policy for Kubernetes](/azure/governance/policy/concepts/policy-for-kubernetes).
69
+
To resolve this, follow these steps:
70
+
-[Create your Azure Kubernetes cluster](install-container-storage-aks.md)
71
+
- Enable Azure Policy for AKS
72
+
- Create a policy that you suspect is blocking the installation of Azure Container Storage
73
+
- Attempt to install Azure Container Storage in the AKS cluster
74
+
- Check the logs for the gatekeeper-controller pod to confirm any policy violations
75
+
- Add the `acstor` namespace to the exclusion list of the policy
76
+
- Attempt to install Azure Container Storage in the AKS cluster again
77
+
62
78
## See also
63
79
64
80
-[What is Azure Container Storage?](container-storage-introduction.md)
0 commit comments