Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check for the open-cluster-management-agent pod being launched #350

Open
adelton opened this issue Oct 31, 2023 · 0 comments
Open

check for the open-cluster-management-agent pod being launched #350

adelton opened this issue Oct 31, 2023 · 0 comments

Comments

@adelton
Copy link
Contributor

adelton commented Oct 31, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant