cluster-logging-operator
cluster-logging-operator copied to clipboard
LOG-6128: Fix console plugin api version
Description
From OCP v4.17+, the ConsolePlugin v1alpha1 was deprecated in favor of ConsolePlugin v1. This causes the logging plugin to fail during reconciliation as the new version of the spec needs for 4.17+. This PR adds support for ConsolePlugin v1 when the operator is running on clusters with v4.17+
This is targeted directly to the 5.9 branch as 6.0 (master) has removed the console plugin
/cc @jcantrill
/assign @alanconway
Links
- JIRA: LOG-6128