Open Homulvas opened 2 months ago
kubechecks will use default hostname argocd-server
if it's not specified
try setting values for these two env var.
KUBECHECKS_ARGOCD_API_INSECURE : false KUBECHECKS_ARGOCD_API_SERVER_ADDR : argocd-hostname.company.com
kubechecks will use default hostname
argocd-server
if it's not specified try setting values for these two env var.KUBECHECKS_ARGOCD_API_INSECURE : false KUBECHECKS_ARGOCD_API_SERVER_ADDR : argocd-hostname.company.com
argocd-server is running on the same namespace so the default value should be correct. I've also tried argocd-server.argocd.svc.cluster.local
with the same result.
Ok so after some further investigation it appears that I was missing some Istio configuration and I am now blocked on #168
Just released v1.8.0, which includes the fix for #168 , give it a try?
I'm attempting to run the v0.45 helm chart. I've configured the following env values:
The application appears to start and then hangs just before ArgoCD client should be created. The application eventually gets restarted as healthchecks never pass. There is no error or any indication whatsoever as to what could be wrong.
Logs: