cloud-native-toolkit / planning

The is the planning repo to manage the cross project Epics and Issues. Tasks and Bugs
3 stars 1 forks source link

ArgoCD crashed #829

Open lsteck opened 3 years ago

lsteck commented 3 years ago

ArgoCD went down in one of our ROKS clusters with error.

Failed to query provider "https://argocd-server-tools.cohort8-bc-6ccd7f378ae819553d37d5f2ee142bd6-0000.us-south.containers.appdomain.cloud/api/dex": Get "http://argocd-dex-server:5556/api/dex/.well-known/openid-configuration": dial tcp 172.21.26.222:5556: connect: connection refused

When I logged the dex pod, I saw an error message that led me to this issue and this documentation about an update to the argo dex deployment file.

I applied the changes, and it worked again. We should update the cluster setup scripts to include these new changes.