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 was 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)
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.certin 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)