holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
1 stars 0 forks source link

ZITADEL ServerError - PGBouncer DNS #169

Closed jeffmccune closed 2 months ago

jeffmccune commented 4 months ago

Tracking ticket for ZITADEL failing logins. Restarting the pgboucer pod fixes it.

Workaround

# Get the tls based creds to bypass oidc
(cd ~/.kube && holos get secret core2-kubeconfig-admin --print-key kubeconfig.admin > core2.admin)
export KUBECONFIG=$HOME/.kube/core2.admin
# Restart pgbouncer
kubectl -n prod-iam rollout restart deployment zitadel-pgbouncer
jeffmccune commented 2 months ago

Haven't run into this on aws2 for weeks now.

jeffmccune commented 2 months ago

Closing this, we switched to CNPG in https://github.com/holos-run/holos-infra/pull/351