You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/gitops/hybrid-gitops.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -735,12 +735,15 @@ Configure the ingress controller to handle TCP requests.
735
735
</br>
736
736
{:/}
737
737
738
-
#### Enable report status to cluster
739
-
By default, the Traefik ingress controller is not configured to report its status to the cluster.If not configured, Argo’shealthcheckreports the health status as“progressing”, resulting in a timeout error during installation.
738
+
#### Enable reporthealthstatus to cluster
739
+
By default, the Traefik ingress controller is not configured to report itshealthstatus to the cluster or ingress resource.Argo CD is therefore unable to assess itshealthstatus as the `status.loadBalancer.ingress` list does not have a value for `hostname` or `IP`. During installation, ArgoCDreports the health statusof the ingress controlleras`progressing`, resulting in a timeout error.
740
740
741
-
To enable reporting its status, add `publishedService` to `providers.kubernetesIngress.ingressEndpoint`.
741
+
To prevent the timeout error, add `publishedService` to your ingress resource configuration . This parameter populates the health status of the ingress resource, enabling Argo CD to report the correct health status during installation. For details, see [ Traefik Kubernetes Ingress Documentation](https://doc.traefik.io/traefik/providers/kubernetes-ingress/#publishedservice){:target=\_block"}.
742
+
743
+
Based on your Traefik ingress controller installation, update your ingress resource by adding `publishedService` to `providers.kubernetesIngress.ingressEndpoint`.
742
744
743
-
The value must be in the format `"<namespace>/<service-name>"`, where:
745
+
The value must be in the format `"<namespace>/<service-name>"`<br>
746
+
where:<br>
744
747
`<service-name>`is the Traefik service from which to copy the status