-
Bug
-
Resolution: Done
-
Blocker
-
DO288 - OCP4.10-en-4-20220915
-
None
-
False
-
-
False
-
-
-
en-US (English)
-
Critical
-
Customer Escalated, Customer Reported
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/do288-4.10/pages/ch01s05 |
Reporter RHNID: | waseem_al and jnoyola |
Section Title: | Guided Exercise: Deploying an Application to an OpenShift Cluster |
Issue description
We have recently received a ticket from a customer who has an exam scheduled for September 11, 2024. The customer is encountering difficulties as the startup scripts are failing to run successfully.
Could you kindly look into this matter at your earliest convenience and provide the necessary assistance to resolve the issue promptly
Steps to reproduce:
Login to workstation and run the startup script.
Workaround:
$ oc get secret catalog-operator-serving-cert olm-operator-serving-cert packageserver-service-cert -n openshift-operator-lifecycle-manager -o yaml > olm-certs.yaml
$ oc delete secret catalog-operator-serving-cert olm-operator-serving-cert packageserver-service-cert -n openshift-operator-lifecycle-manager
$ oc delete pod -l 'app in (catalog-operator, olm-operator, packageserver, package-server-manager)' -n openshift-operator-lifecycle-manager
#Ensure pods come up and are "Running" $ oc get pods -n openshift-operator-lifecycle-manager
#Once pods are up and "Running"
$ oc get apiservice v1.packages.operators.coreos.com -o yaml > packages-Api.yaml
$ oc delete apiservice v1.packages.operators.coreos.com
# Verify cert is rotated and the date is current
$ oc get apiservice v1.packages.operators.coreos.com -o jsonpath='{.spec.caBundle}' | base64 -d | openssl x509 -noout -text
More info at https://access.redhat.com/solutions/6999798
Expected result:
- is duplicated by
-
PTL-14048 do288-4.10 Ch02sec07 GE - Designing Containerized Applications for OpenShift -operators to stop progressing - is failing
- Closed