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
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
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-agent
pod there. There is aopen-cluster-management-agent
namespace there, with podsIs that what the admin should be looking for?
There is also no
agent-addons
pod or namespace. However, there is aopen-cluster-management-agent-addon
namespace withIs that what the admin should expect?
The text was updated successfully, but these errors were encountered: