You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Testing on OpenShift 4.7, we notice that the endpointStatuses.cert field is missing from the status section of the addressspace CRD. The field is omitted from the CRD to won't get persisted under the CRD v1's preserveUnknownFields semantics.
This will affect any user who is relying on self-signed certs uses the contents of the endpointStatuses.cert in order to connect a client. For those users, trusting the status.caCert is a solution.
It affects users installing from the 'default' bundle or OLM (rather than the pre-kube1.15 bundle)
The text was updated successfully, but these errors were encountered:
k-wall
changed the title
endpointStatuses.cert field missing from addressspace CRD
endpointStatuses.cert field missing from addressspace CRD since 0.34 (installing from the default bundle)
Mar 30, 2021
Testing on OpenShift 4.7, we notice that the endpointStatuses.cert field is missing from the status section of the addressspace CRD. The field is omitted from the CRD to won't get persisted under the CRD v1's preserveUnknownFields semantics.
This will affect any user who is relying on self-signed certs uses the contents of the
endpointStatuses.cert
in order to connect a client. For those users, trusting the status.caCert is a solution.It affects users installing from the 'default' bundle or OLM (rather than the pre-kube1.15 bundle)
The text was updated successfully, but these errors were encountered: