We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11fae66 + addf549 commit b359f7fCopy full SHA for b359f7f
1 file changed
src/quickstart/provider/gke/boot.md
@@ -100,5 +100,16 @@ KubeDNS is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-syste
100
kubernetes-dashboard is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard
101
```
102
103
+If `kubectl cluster-info` returned with the following error:
104
+```
105
+The connection to the server localhost:8080 was refused - did you specify the right host or port?
106
107
+
108
+You'll need to run:
109
110
+ $ gcloud container clusters get-credentials
111
112
+To download the credentials necessary. The `kubectl cluster-info` command should then work as intended.
113
114
You are now ready to [install Deis Workflow](install-gke.md)
115
0 commit comments