Skip to content

Commit

Permalink
Update Documentation/proposals/202403-prometheus-operator-cli.md
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
  • Loading branch information
nicolastakashi and ArthurSens committed Apr 12, 2024
1 parent 41af80e commit ce5e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/proposals/202403-prometheus-operator-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Throughout the years, we received feedback from users (through workshops, suppor

At the moment people are struggling to manage Prometheus Operator resources, they have to manually create, update, and delete Prometheus Operator resources using `kubectl` or other tools, and troubleshooting and debugging Prometheus Operator resources is challenging.

People were struggling to troubleshoot why their Prometheus resources were not being created. They were not sure if the issue was with the Prometheus Operator or with the Prometheus resource itself.
People were struggling to troubleshoot why their Prometheus pods were not being created. They were not sure if the issue was with the Prometheus Operator or with the Prometheus resource itself.
After long investigation, they found out that the Prometheus Operator were only watching the namespace where the Prometheus Operator was deployed, and the Prometheus resource was being created in a different namespace.

Troubleshooting Alertmanager, Prometheus and Thanos Ruler pod creation is a manual work and requires domain knowledge about what RBAC permissions are needed, below you can find few examples of the issues that users reported:
Expand Down

0 comments on commit ce5e89b

Please sign in to comment.