Skip to content

Commit b359f7f

Browse files
author
Matthew Fisher
authoredApr 27, 2017
Merge pull request deis#798 from Blystad/gke_boot_docs
docs(gke/boot): Add info on obtaining credentials
2 parents 11fae66 + addf549 commit b359f7f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎src/quickstart/provider/gke/boot.md

+11
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,16 @@ KubeDNS is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-syste
100100
kubernetes-dashboard is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard
101101
```
102102

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+
103114
You are now ready to [install Deis Workflow](install-gke.md)
104115

0 commit comments

Comments
 (0)
Please sign in to comment.