-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.19.0
-
None
Description of problem:
New apiserver requires having LoopbackClientConfig set in https://github.com/openshift/kubernetes/blob/a9c8061b1e4c2ac38c223fa6bf9c5c1bf8b01606/staging/src/k8s.io/apiserver/pkg/server/config.go#L770-L772 However this function is used in library-go every time a new controller is created. As a result, we're required to create a new in-memory certificate every time we create a new controller (although its not required for a controller, only for apiserver). This requirement should be made optional or commented in our fork
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- relates to
-
OCPBUGS-50505 Identify in-memory certificates and ensure they are stored in secrets/on disk
-
- Closed
-