File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Testing out Prometheus alerts
25251. 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
4747Let'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
You can’t perform that action at this time.
0 commit comments