Skip to content

Commit

Permalink
Add traefik pending ingress solution (argoproj#16391)
Browse files Browse the repository at this point in the history
  • Loading branch information
issmirnov authored and alexymantha committed Nov 22, 2023
1 parent 964d8ec commit b9f9ff7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ which might cause health check to return `Progressing` state instead of `Healthy
As workaround Argo CD allows providing [health check](operator-manual/health.md) customization which overrides default
behavior.

If you are using Traefik for your Ingress, you can update the Traefik config to publish the loadBalancer IP using [publishedservice](https://doc.traefik.io/traefik/providers/kubernetes-ingress/#publishedservice), which will resolve this issue.

```yaml
providers:
kubernetesIngress:
publishedService:
enabled: true
```
## I forgot the admin password, how do I reset it?
For Argo CD v1.8 and earlier, the initial password is set to the name of the server pod, as
Expand Down

0 comments on commit b9f9ff7

Please sign in to comment.