The Google cloud SDK console showing "Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it." below error when I'm trying to run kubectl commands
0
votes
Where is your Kubernetes cluster?
– Rico
That error means that you do not have a valid kubeconfig file. Please follow this steps (gcloud container clusters get-credentials )[cloud.google.com/sdk/gcloud/reference/container/clusters/… to get your kubeconfig file. Confirm with us if the error persist.
– Armando Cuevas
Is your master private?
– guillaume blaquiere