Skip to content

Commit addf549

Browse files
author
Arne-Christian Blystad
committed
docs(gke/boot): Add info on obtaining credentials
When installing gcloud and kubectl using apt-get the user needs to download the credentials. (At least that was the case for me).
1 parent e744efd commit addf549

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)