Open lsteck opened 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.
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.