-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
4.11
-
Moderate
-
No
-
Rejected
-
False
-
-
Customer Escalated
Description of problem:
In namespace openshift-kube-apiserver there are around 69 secrets copy maintained with name "encryption-config". ~~~ $ oc get secrets |grep -i encryption-config | wc -l 69 ~~~ If i check yaml of any old secret then found it's having the finalizers - deletion protection$ omc get secret encryption-config-14 -o yaml deletionGracePeriodSeconds: 0 deletionTimestamp: "2023-01-13T20:09:38Z" finalizers: - encryption.apiserver.operator.openshift.io/deletion-protection
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
Slack discussion - https://redhat-internal.slack.com/archives/CB48XQ4KZ/p1676050606623079