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
With 3.0, we change the name of the secret used for the Cryostat CA to avoid name collisions. This causes cert-manager to generate a new certificate when upgrading from 2.4 to 3.0. cert-manager does not detect that the CA has been changed and does not reissue Cryostat's certificate. This leads to not being able to connect to Cryostat using the Route, which does use the updated CA certificate.
To reproduce:
make deploy_bundle BUNDLE_IMG=quay.io/cryostat/cryostat-operator-bundle:2.4.0
With 3.0, we change the name of the secret used for the Cryostat CA to avoid name collisions. This causes cert-manager to generate a new certificate when upgrading from 2.4 to 3.0. cert-manager does not detect that the CA has been changed and does not reissue Cryostat's certificate. This leads to not being able to connect to Cryostat using the Route, which does use the updated CA certificate.
To reproduce:
make deploy_bundle BUNDLE_IMG=quay.io/cryostat/cryostat-operator-bundle:2.4.0
oc create -f config/samples/operator_v1beta1_cryostat.yaml
./bin/operator-sdk run bundle-upgrade quay.io/cryostat/cryostat-operator-bundle:3.0.0-dev
curl -k -sSI https://cryostat-sample-cryostat-test.apps.example.com
See: cert-manager/cert-manager#5851
The text was updated successfully, but these errors were encountered: