-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
rhos-18.0 Beta
-
None
-
False
-
-
False
-
?
-
?
-
?
-
?
-
None
-
-
-
Moderate
When deploying EDPM with TLS-e enabled, the Dataplane Operator generates the required cert secrets at the time of deployment. However, even after the cert secrets are created, the operator experiences prolonged delays as the created cert secrets are not checked immediately. This delay increases with the number of compute nodes, as set of secrets are created for each compute, causing a slowdown in the initial deployment process.
Ex: Though the cert secret has been created and its been 10 minutes, osdpd still throws error.
[kni@provisioner ~]$ oc get osdpd
NAME NODESETS STATUS MESSAGE
edpm-deployment ["openstack-edpm-ipam"] False TLSInput error occured in TLS sources Secret "cert-telemetry-compute-r640-17" not found
[kni@provisioner ~]$ oc get secret cert-telemetry-compute-r640-17
NAME TYPE DATA AGE
cert-telemetry-compute-r640-17 kubernetes.io/tls 3 10m
- duplicates
-
OSPRH-9089 During deployment cert creation taking > 3 hrs at scale
- Closed