Created attachment 1642407[details]
Console event screen with Pod events
Description of problem:
Upon upgrade to 4.2.9, I am starting to see thousands of duplicate events about a user-serving-cert being removed. These are emitted by cert-syncer-cert-sync-controller from the API server Pod.
`Removed file for secret: /%!(EXTRA *errors.StatusError=secrets "user-serving-cert" not found)`
Version-Release number of selected component (if applicable): 4.2.9
How reproducible:
Upgprade to 4.2.9 without setting any configuration related to user serving certs
Steps to Reproduce:
1.
2.
3.
Actual results:
Thousands of events
Expected results:
No events
Additional info:
Per PR https://github.com/openshift/library-go/pull/629, do the following verification with OCP env 4.2.0-0.nightly-2020-05-03-213251,
$ oc get events |grep -i "Removed file for secret"
Nothing found. So move the bug verified.
Found a similar PR https://github.com/openshift/cluster-kube-apiserver-operator/pull/766 included this PR 629 before.
$ git log --date local --pretty="%h %an %cd - %s" 1224485 | grep '#766'
9c8727ea OpenShift Merge Robot Thu Feb 20 10:03:10 2020 - Merge pull request #766 from mfojtik/bump-library-go-42
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-2020:2307
Created attachment 1642407 [details] Console event screen with Pod events Description of problem: Upon upgrade to 4.2.9, I am starting to see thousands of duplicate events about a user-serving-cert being removed. These are emitted by cert-syncer-cert-sync-controller from the API server Pod. `Removed file for secret: /%!(EXTRA *errors.StatusError=secrets "user-serving-cert" not found)` Version-Release number of selected component (if applicable): 4.2.9 How reproducible: Upgprade to 4.2.9 without setting any configuration related to user serving certs Steps to Reproduce: 1. 2. 3. Actual results: Thousands of events Expected results: No events Additional info: