For some reason I can't connect to the cluster. Having followed the instructions per google container-engine after setting up the cluster, I get the following error:
ERROR: (gcloud.container.clusters.get-credentials) environment variable HOME or KUBECONFIG must be set to store credentials for kubectl
When running this command: gcloud container clusters get-credentials [my cluster name] --zone us-central1-b --project [my project name]
Any ideas how I should be setting the variable HOME or KUBECONFIG. I couldn't find anything specific for container-engine.
