-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
The page https://validatedpatterns.io/patterns/multicloud-gitops/mcg-managed-cluster/#_verification says
Go to your managed cluster (
edge) OpenShift console and check for theopen-cluster-management-agentpod being launched. It might take a while for the RHACM agent andagent-addonsto 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?
Metadata
Metadata
Assignees
Labels
No labels