Skip to content

Commit a470447

Browse files
Update articles/storage/container-storage/troubleshoot-container-storage.md
Co-authored-by: Ken Downie <[email protected]>
1 parent 66d1365 commit a470447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/container-storage/troubleshoot-container-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To remediate, create a node pool with a VM SKU that has NVMe drives and try agai
104104

105105
Azure Container Storage uses the Prometheus Operator and its deployment to collect metrics for internal support and troubleshooting. If your Kubernetes cluster already has a Prometheus Operator installed, both operators may attempt to provision the PromCluster custom resource, which can lead to conflicts or installation issues.
106106

107-
To avoid conflicts, you can either exclude the acstor namespace from your existing Prometheus configuration or Disable Azure Container Storage metrics collection by running the following command. Replace `<cluster_name>` and `<resource_group_name>` with your own values.
107+
To avoid conflicts, you can either exclude the acstor namespace from your existing Prometheus configuration or disable Azure Container Storage metrics collection by running the following command. Replace `<cluster_name>` and `<resource_group_name>` with your own values.
108108

109109
```azurecli
110110
az k8s-extension update --cluster-type managedClusters --cluster-name <cluster_name> --resource-group <resource_group_name> --name azurecontainerstorage --config base.metrics.enablePrometheusStack=false

0 commit comments

Comments
 (0)