Skip to content

Commit

Permalink
docs(gke/boot): Add info on obtaining credentials
Browse files Browse the repository at this point in the history
When installing gcloud and kubectl using apt-get the user needs to
download the credentials. (At least that was the case for me).
  • Loading branch information
Arne-Christian Blystad committed Apr 20, 2017
1 parent e744efd commit addf549
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/quickstart/provider/gke/boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,16 @@ KubeDNS is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-syste
kubernetes-dashboard is running at https://104.154.234.246/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard
```

If `kubectl cluster-info` returned with the following error:
```
The connection to the server localhost:8080 was refused - did you specify the right host or port?
```

You'll need to run:

$ gcloud container clusters get-credentials

To download the credentials necessary. The `kubectl cluster-info` command should then work as intended.

You are now ready to [install Deis Workflow](install-gke.md)

0 comments on commit addf549

Please sign in to comment.