Skip to content

Commit 4e5b6f7

Browse files
Merge pull request #288136 from denisacatalinastan/patch-7
Update container-storage-faq.md
2 parents 4b38b2e + 90b7caa commit 4e5b6f7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

articles/storage/container-storage/container-storage-faq.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,22 @@ ms.custom: references_regions
5959
**Does Azure Container Storage use the capacity from Ephemeral OS disks for ephemeral disk storage pool?**
6060
No, Azure Container Storage only discovers and uses the capacity from ephemeral data disks for ephemeral disk storage pool.
6161

62+
* <a id="azure-container-storage-installation"></a>
63+
**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+
6278
## See also
6379

6480
- [What is Azure Container Storage?](container-storage-introduction.md)

0 commit comments

Comments
 (0)