cloud-native-toolkit / cloud-native-toolkit/planning
ArgoCD crashed
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/argoproj/argo-cd/issues/5306) and [this documentation](https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/upgrading/1.8-2.0.md#dex-tool-migrated-from-argocd-util-to-argocd-dex) 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.