The page https://validatedpatterns.io/patterns/multicloud-gitops/mcg-managed-cluster/#_verification says
Go to your managed cluster (edge) OpenShift console and check for the open-cluster-management-agent pod being launched. It might take a while for the RHACM agent and agent-addons to launch. After that, the OpenShift GitOps Operator is installed.
When following the steps on freshly provisioned OCP cluster, there is no open-cluster-management-agent pod there. There is a open-cluster-management-agent namespace there, with pods
$ oc get pods -n open-cluster-management-agent
NAME READY STATUS RESTARTS AGE
klusterlet-6f677f4ff-ddqqn 1/1 Running 0 36m
klusterlet-registration-agent-75cdbdfbf-gn76d 1/1 Running 1 (35m ago) 36m
klusterlet-work-agent-75878ccd6d-s9zpr 1/1 Running 0 35m
Is that what the admin should be looking for?
There is also no agent-addons pod or namespace. However, there is a open-cluster-management-agent-addon namespace with
$ oc get pods -n open-cluster-management-agent-addon
NAME READY STATUS RESTARTS AGE
application-manager-647b4f5bb4-bfhzv 1/1 Running 0 37m
cert-policy-controller-86d5476b4b-gnrmh 1/1 Running 0 37m
cluster-proxy-proxy-agent-6d9b45bfcb-ww4k6 2/2 Running 0 37m
cluster-proxy-service-proxy-5577d574f4-68nls 1/1 Running 0 37m
config-policy-controller-6687b7f557-96qsh 2/2 Running 0 11m
governance-policy-framework-5859885c9d-fxj7n 2/2 Running 0 115s
iam-policy-controller-797bc896d8-qldvv 1/1 Running 0 37m
klusterlet-addon-search-c5c66cd77-662rd 1/1 Running 0 37m
klusterlet-addon-workmgr-5ddc9f654-h5zhz 1/1 Running 0 37m
Is that what the admin should expect?
The page https://validatedpatterns.io/patterns/multicloud-gitops/mcg-managed-cluster/#_verification says
When following the steps on freshly provisioned OCP cluster, there is no
open-cluster-management-agentpod there. There is aopen-cluster-management-agentnamespace there, with podsIs that what the admin should be looking for?
There is also no
agent-addonspod or namespace. However, there is aopen-cluster-management-agent-addonnamespace withIs that what the admin should expect?