Skip to content

Commit

Permalink
Merge pull request deis#798 from Blystad/gke_boot_docs
Browse files Browse the repository at this point in the history
docs(gke/boot): Add info on obtaining credentials
  • Loading branch information
Matthew Fisher authored Apr 27, 2017
2 parents 11fae66 + addf549 commit b359f7f
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 b359f7f

Please sign in to comment.