Commit addf549 Arne-Christian Blystad
committed
1 parent e744efd commit addf549 Copy full SHA for addf549
File tree 1 file changed +11
-0
lines changed
src/quickstart/provider/gke
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -100,5 +100,16 @@ KubeDNS is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-syste
100
100
kubernetes-dashboard is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard
101
101
```
102
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
+
103
114
You are now ready to [ install Deis Workflow] ( install-gke.md )
104
115
You can’t perform that action at this time.
0 commit comments