Skip to content

Commit

Permalink
Update default cni config (#211)
Browse files Browse the repository at this point in the history
OpenShift since 4.13 has defaulted to ovn-kubernetes

Signed-off-by: Joe Talerico <rook@redhat.com>
Co-authored-by: Joe Talerico <rook@redhat.com>
  • Loading branch information
jtaleric and Joe Talerico committed Dec 8, 2023
1 parent 93c0715 commit 3d28498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d28498

Please sign in to comment.