Skip to content

Commit ce9512d

Browse files
committed
Update alert-builtin-enrichment.rst
1 parent 5ef13d1 commit ce9512d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/how-it-works/alert-builtin-enrichment.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Testing out Prometheus alerts
2525
1. Deploy a broken pod that will be stuck in pending state:
2626

2727
.. code-block:: bash
28-
:name: cb-apply-crashpod
28+
:name: cb-apply-pendingpod
2929
3030
kubectl apply -f https://raw.githubusercontent.com/robusta-dev/kubernetes-demos/main/pending_pods/pending_pod_resources.yaml
3131
3232
2. Trigger a Prometheus alert immediately, skipping the normal delays:
3333

3434
.. code-block:: bash
35-
:name: cb-apply-crashpod
35+
:name: cb-trigger-prometheus-alert
3636
3737
robusta playbooks trigger prometheus_alert alert_name=KubePodCrashLooping namespace=default pod_name=example-pod
3838
@@ -47,7 +47,7 @@ Testing out APIServer alerts
4747
Let's deploy a crashing pod:
4848

4949
.. code-block:: bash
50-
:name: cb-apply-crashpod
50+
:name: cb-apply-crashpod-apiserver
5151
5252
kubectl apply -f https://gist.githubusercontent.com/robusta-lab/283609047306dc1f05cf59806ade30b6/raw
5353

0 commit comments

Comments
 (0)