From 254a187b20829ef4e6cd557cc6ac544d8339eb59 Mon Sep 17 00:00:00 2001 From: Tomer Date: Wed, 13 Nov 2024 11:28:37 +0200 Subject: [PATCH 1/4] Create KubePodCrashLooping-test.md Test - remove this --- KubePodCrashLooping-test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 KubePodCrashLooping-test.md diff --git a/KubePodCrashLooping-test.md b/KubePodCrashLooping-test.md new file mode 100644 index 0000000..85bbda8 --- /dev/null +++ b/KubePodCrashLooping-test.md @@ -0,0 +1 @@ +To solve KubePodCrashLooping, instead of looking at the pod, see if “robusta-runner” is running. If it’s running, it means the pod is not really crashing. From f08d55b63597833cb83a05044551ed575160e569 Mon Sep 17 00:00:00 2001 From: Tomer Date: Wed, 13 Nov 2024 11:37:00 +0200 Subject: [PATCH 2/4] Update KubePodCrashLooping-test.md --- KubePodCrashLooping-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KubePodCrashLooping-test.md b/KubePodCrashLooping-test.md index 85bbda8..e7400f3 100644 --- a/KubePodCrashLooping-test.md +++ b/KubePodCrashLooping-test.md @@ -1 +1 @@ -To solve KubePodCrashLooping, instead of looking at the pod, see if “robusta-runner” is running. If it’s running, it means the pod is not really crashing. +check if robusta-runner is running - if it is running, it's not good and this is why it's failing. From 68453af848f143f99716ea86da63458bc58ed886 Mon Sep 17 00:00:00 2001 From: Tomer Date: Wed, 13 Nov 2024 11:39:24 +0200 Subject: [PATCH 3/4] Update KubePodCrashLooping-test.md --- KubePodCrashLooping-test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KubePodCrashLooping-test.md b/KubePodCrashLooping-test.md index e7400f3..e052dc2 100644 --- a/KubePodCrashLooping-test.md +++ b/KubePodCrashLooping-test.md @@ -1 +1,3 @@ +Instructions that must be followed when investigating HighLatencyForCustomerCheckout alert +--- check if robusta-runner is running - if it is running, it's not good and this is why it's failing. From 8f6d10a82ff676cd2b5d42da6ca55fe1b49c9301 Mon Sep 17 00:00:00 2001 From: Tomer Date: Wed, 13 Nov 2024 11:40:38 +0200 Subject: [PATCH 4/4] Create HighLatencyForCustomerCheckout.md --- HighLatencyForCustomerCheckout.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 HighLatencyForCustomerCheckout.md diff --git a/HighLatencyForCustomerCheckout.md b/HighLatencyForCustomerCheckout.md new file mode 100644 index 0000000..e052dc2 --- /dev/null +++ b/HighLatencyForCustomerCheckout.md @@ -0,0 +1,3 @@ +Instructions that must be followed when investigating HighLatencyForCustomerCheckout alert +--- +check if robusta-runner is running - if it is running, it's not good and this is why it's failing.