diff --git a/website/docs/automation/gitops/argocd/access_argocd.md b/website/docs/automation/gitops/argocd/access_argocd.md index 87353c836..92cb68196 100644 --- a/website/docs/automation/gitops/argocd/access_argocd.md +++ b/website/docs/automation/gitops/argocd/access_argocd.md @@ -33,7 +33,9 @@ ArgoCD URL: http://acfac042a61e5467aace45fc66aee1bf-818695545.us-west-2.elb.amaz The load balancer will take some time to provision so use this command to wait until ArgoCD responds: ```bash timeout=600 -$ curl --head -X GET --retry 20 --retry-connrefused --retry-delay 15 http://$ARGOCD_SERVER +$ curl --head -X GET --retry 20 --retry-all-errors --retry-delay 15 \ + --connect-timeout 5 --max-time 10 \ + http://$ARGOCD_SERVER curl: (6) Could not resolve host: acfac042a61e5467aace45fc66aee1bf-818695545.us-west-2.elb.amazonaws.com Warning: Problem : timeout. Will retry in 15 seconds. 20 retries left. [...]