verify: zhaoxia@xzha-mac openshift-tests-private % oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2021-04-28-215709 True False 13m Cluster version is 4.6.0-0.nightly-2021-04-28-215709 zhaoxia@xzha-mac openshift-tests-private % oc exec catalog-operator-5fbfffc95d-rtwgd -- olm --version OLM version: 0.16.1 git commit: 349e71f821d7fd176ede64ff021506c144c62455 1) Install an AllNAmespace operator zhaoxia@xzha-mac bug-1946838 % cat sub.yaml apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: klusterlet-operator namespace: openshift-operators spec: channel: stable installPlanApproval: Automatic name: klusterlet source: community-operators sourceNamespace: openshift-marketplace zhaoxia@xzha-mac bug-1946838 % oc apply -f sub.yaml subscription.operators.coreos.com/klusterlet-operator created zhaoxia@xzha-mac bug-1946838 % oc get csv -A NAMESPACE NAME DISPLAY VERSION REPLACES PHASE default klusterlet.v0.3.0 Klusterlet 0.3.0 klusterlet.v0.2.0 Succeeded kube-node-lease klusterlet.v0.3.0 Klusterlet 0.3.0 klusterlet.v0.2.0 Succeeded kube-public klusterlet.v0.3.0 Klusterlet 0.3.0 klusterlet.v0.2.0 Succeeded kube-system klusterlet.v0.3.0 Klusterlet 0.3.0 klusterlet.v0.2.0 Succeeded openshift-apiserver-operator klusterlet.v0.3.0 Klusterlet 0.3.0 klusterlet.v0.2.0 Succeeded .... 2) add a new namespace zhaoxia@xzha-mac bug-1946838 % oc new-project test-1 Now using project "test-1" on server "https://api.xzha0429-4.6.qe.azure.devcluster.openshift.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app rails-postgresql-example to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=k8s.gcr.io/serve_hostname zhaoxia@xzha-mac bug-1946838 % oc get csv -n test-1 NAME DISPLAY VERSION REPLACES PHASE klusterlet.v0.3.0 Klusterlet 0.3.0 klusterlet.v0.2.0 zhaoxia@xzha-mac bug-1946838 % oc get operator -n test-1 NAME AGE cluster-logging.openshift-logging 17m elasticsearch-operator.openshift-operators-redhat 17m klusterlet.openshift-operators 2m9s 3) View the Operator object zhaoxia@xzha-mac bug-1946838 % oc get operator klusterlet.openshift-operators -o yaml | grep -i Copied zhaoxia@xzha-mac bug-1946838 % oc get operator klusterlet.openshift-operators -o yaml | grep -i reason reason: MinimumReplicasAvailable reason: NewReplicaSetAvailable reason: NoConflicts reason: InitialNamesAccepted reason: AllCatalogSourcesHealthy reason: InstallSucceeded LGTM, verified.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6.28 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:1487
*** Bug 1866577 has been marked as a duplicate of this bug. ***