Skip to content

Commit 067abf3

Browse files
Updated disabling instructions (#1833)
Co-authored-by: Pavan Gudiwada <pavangudiwada@users.noreply.github.com>
1 parent 682556b commit 067abf3

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/setup-robusta/alertsui.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,17 @@ Choose the appropriate instructions below, based on whether you use the Promethe
7070
Disabling the Feature
7171
---------------------------------
7272

73-
If you choose to stop using the Robusta Alerts UI, set ``enabledManagedConfiguration: false`` in ``generated_values.yaml`` and do a :ref:`Helm Upgrade <Simple Upgrade>`.
73+
If you choose to stop using the Robusta Alerts UI
7474

75-
Modify and run the following command for all the Robusta rule custom resources present in your cluster.
75+
1. Set ``enabledManagedConfiguration: false`` in ``generated_values.yaml`` and do a :ref:`Helm Upgrade <Simple Upgrade>`.
76+
2. Identify the PrometheusRule custom resources added by Robusta
7677

7778
.. code-block:: bash
7879
79-
kubectl delete prometheusrules.monitoring.coreos.com robusta-prometheus.rules--Value -n NameSpace
80+
kubectl get prometheusrules -A | grep robusta-prometheus
81+
82+
3. Modify and run the following command for all the Robusta rule custom resources present in your cluster.
83+
84+
.. code-block:: bash
85+
86+
kubectl delete prometheusrules.monitoring.coreos.com robusta-prometheus.rules<VALUE> -n <NAMESPACE>

0 commit comments

Comments
 (0)