Description of problem: Inhttps://bugzilla.redhat.com/show_bug.cgi?id=1714484 there was an issue with the node tuning operator creating extraneous secrets during the reconciliation loop. That is fixed, but customers who installed 4.1.0 GA may be in a state where they have a large number of unneeded secrets in the operators namespace We should help clean up the secrets automatically. Cleaning them up manually could be time consuming and have some degree of risk. Version-Release number of selected component (if applicable): 4.1.1 How reproducible: Always
Upstream PR: https://github.com/openshift/cluster-node-tuning-operator/pull/63
*** Bug 1722604 has been marked as a duplicate of this bug. ***
This bz is for the 4.1.z cherrypick of this fix. The correct PR is https://github.com/openshift/cluster-node-tuning-operator/pull/65 which is open
Verification: POSITIVE Started with quay.io/openshift-release-dev/ocp-release:4.1.0 oc get clusterversions.config.openshift.io NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.1.0 True False 24m Cluster version is 4.1.0 Node tuning operator created extraneous secrets. After upgrading to upstream: oc get clusterversions.config.openshift.io NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.1.0-0.nightly-2019-06-26-044128 True False 14m Cluster version is 4.1.0-0.nightly-2019-06-26-044128 oc get clusteroperator node-tuning NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE node-tuning 4.1.0-0.nightly-2019-06-26-044128 True False False 45m All extraneous secrets were deleted and no new extraneous secrets were created.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:1635