From f439c3e5dc0ce77ef81c821513e0239dab283b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Przychodze=C5=84?= Date: Thu, 5 Mar 2020 14:09:13 +0100 Subject: [PATCH] [NodeKiller] Add override to ignore expected crashes --- .../ignore_node_killer_container_restarts_100.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 clusterloader2/testing/chaosmonkey/ignore_node_killer_container_restarts_100.yaml diff --git a/clusterloader2/testing/chaosmonkey/ignore_node_killer_container_restarts_100.yaml b/clusterloader2/testing/chaosmonkey/ignore_node_killer_container_restarts_100.yaml new file mode 100644 index 0000000000..8b40946350 --- /dev/null +++ b/clusterloader2/testing/chaosmonkey/ignore_node_killer_container_restarts_100.yaml @@ -0,0 +1,7 @@ +RESTART_COUNT_THRESHOLD_OVERRIDES: | + # Main purpose of this check is detection crashlooping pods. + # With enabled node killer pods runing on a killed node crash, and this is expected + fluentd-gcp: 1 + kube-proxy: 1 + metadata-proxy: 1 + prometheus-to-sd-exporter: 1