suxess-it / sx-cnp-oss

7 stars 1 forks source link

[argocd] startup timeout 90s #404

Open phac008 opened 1 month ago

phac008 commented 1 month ago

similiar to #277 is the timeout=90s really needed? where does it comes from? on my dev the startup of argo and cert-manager is much faster

bootstrap-app says: .... controllerNamespace: argocd health: status: Healthy operationState: message: waiting for healthy state of argoproj.io/Application/sx-argocd operation: initiatedBy: automated: true retry: limit: 5 sync: prune: true revision: 9e84c5d21ca35aba14c6dfc03a97955866061a7e phase: Running startedAt: "2024-08-09T10:19:58Z" syncResult: ....

info from deploy.sh:

... validatingwebhookconfiguration.admissionregistration.k8s.io/ingress-nginx-admission created

  • kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=90s error: no matching resources found ...