From 3d28498cd7ca3a85608b75147bc8da488258579f Mon Sep 17 00:00:00 2001 From: "Joe Talerico (rook)" Date: Fri, 8 Dec 2023 15:47:26 -0500 Subject: [PATCH] Update default cni config (#211) OpenShift since 4.13 has defaulted to ovn-kubernetes Signed-off-by: Joe Talerico Co-authored-by: Joe Talerico --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 705bd861..04ac3a18 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -18,7 +18,7 @@ cerberus: - openshift-machine-api - openshift-kube-scheduler - openshift-ingress - - openshift-sdn # When enabled, it will check for the cluster sdn and monitor that namespace + - openshift-ovn-kubernetes # When enabled, it will check for the cluster sdn and monitor that namespace watch_namespaces_ignore_pattern: [^installer*] # Ignores pods matching the regex pattern in the namespaces specified under watch_namespaces cerberus_publish_status: True # When enabled, cerberus starts a light weight http server and publishes the status inspect_components: False # Enable it only when OpenShift client is supported to run