exit status 1: The connection to the server 0.0.0.0:49624 was refused - did you specify the right host or port? #260
Unanswered
jyotishmansarma
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @jyotishmansarma Please make sure kubeconfig is exported before you run the go script, you can verify by running kubectl get nodes, see if you are able to connect to cluster |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
after executing sudo go run digit_setup.go , getting following errors
2023/10/07 16:19:19 Helm Directory - /Users/jyotishmansarma/Documents/project/DIGIT-DevOps/deploy-as-code/helm
2023/10/07 16:19:19 ------------------------------------ DEPLOYING CLUSTER CONFIGS ------------------------------------
/Users/jyotishmansarma/Documents/project/DIGIT-DevOps/deploy-as-code/helm/charts/cluster-configs
2023/10/07 16:19:19 helm template -f /Users/jyotishmansarma/Documents/project/DIGIT-DevOps/deploy-as-code/helm/environments/quickstart-config.yaml --output-dir /tmp/helm-626580554 -f /Users/jyotishmansarma/Documents/project/DIGIT-DevOps/deploy-as-code/helm/environments/quickstart-config-secrets.yaml .
2023/10/07 16:19:20 exit status 1: The connection to the server 0.0.0.0:49624 was refused - did you specify the right host or port?
panic: exit status 1: The connection to the server 0.0.0.0:49624 was refused - did you specify the right host or port?
Beta Was this translation helpful? Give feedback.
All reactions