Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6122c33

Browse files
authored
Update hybrid-gitops.md (#637)
Updated Enable report status to cluster for Traefik ingress
1 parent2d1a76f commit6122c33

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎_docs/installation/gitops/hybrid-gitops.md‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,12 +735,15 @@ Configure the ingress controller to handle TCP requests.
735735
</br>
736736
{:/}
737737

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 asprogressing, 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.
740740

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`.
742744

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>
744747
`<service-name>`is the Traefik service from which to copy the status
745748

746749
```yaml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp