-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to disable prometheus stack on cluster after adding azure container storage extension. #4742
Comments
@muadnan , clarifying question - if the above command is being used to disable customer's own Prometheus instance or Azure Container Storage's Prometheus stack? The command is purposed to do the later. |
@saurabh0501 The above command is used to disable the kubePrometheusStack deployed by azureContainerStorage as mentioned in the documentation: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/storage/container-storage/enable-monitoring.md |
@saurabh0501 when I changed the config parameter |
reopen |
I have the same issue. I dont want the prometheus service from azurecontainerstorage but am not able to either disable it on installation or removing it afterwards |
Describe the bug
Unable to disable prometheus stack on cluster on which prometheus is already deployed after adding azure container storage extension.
To Reproduce
Steps to reproduce the behavior:
az k8s-extension update --cluster-type managedClusters --cluster-name <cluster_name> --resource-group <resource_group_name> --name azurecontainerstorage --config base.metrics.enablePrometheusStack=false
Expected behavior
Prometheus stack should be removed and all resources should be deleted including CRD's.
Environment (please complete the following information):
Additional context
There should be an option to disable prometheus stack while enabling azure container storage.
The text was updated successfully, but these errors were encountered: