nerc-project / operations

Issues related to the operation of the NERC OpenShift environment
1 stars 0 forks source link

ArgoCD cluster-scope-test and cluster-scope-prod apps are reported unknown #604

Closed dystewart closed 3 weeks ago

dystewart commented 3 weeks ago

At the ArgoCD cluster tab: here

This results in no apps for these showing up in the applications page.

Here is the actual message in ArgoCD for prod: Screenshot from 2024-06-05 13-16-42

Much the same with the test cluster.

larsks commented 3 weeks ago

After syncing the prod and test app-of-apps applications:

$ k -n openshift-gitops get app |grep -E '(test|prod)'-aoa
nerc-ocp-prod-aoa                                                Synced        Healthy
nerc-ocp-test-aoa                                                Synced        Healthy

The cluster-scope apps are back:

$ k -n openshift-gitops get app |grep -E 'cluster-scope-(test|prod)'
cluster-scope-prod                                               Synced        Progressing
cluster-scope-test                                               OutOfSync     Healthy