Commit Graph

2656 Commits

Author SHA1 Message Date
Drew Inglis 1757a5485f Markdown cleanup on the "Creating a K8s Cluster" doc (#195)
1. Change - unordered list to use *
2. Change ordered lists to use lazy numbering (write 1 inline instead of
2-9)
3. Fix line lengths
4. Fix indentation on shell code sample
2018-02-20 14:51:49 -08:00
Drew Inglis 078611aca3 Add instructions for configuring GCR (#182)
We should eventually add instructions for other registries, but this
will help people using GCR to get started.
2018-02-20 14:06:45 -08:00
Grant Rodgers 7461c50ace Add docs for using minikube with GCR (#188)
* Add docs for using minikube with GCR

* Add example showing creation of image pull secret

* Clarify that secrets are per-namespace

* GCR has repos, not instances

* create secrets for build-controller too

* Mention default service account and more docs

* Add env var for GCR domain
2018-02-16 10:02:58 -08:00
Grant Rodgers 4396b27e47 Link to kubernetes cluster doc (#167)
* Link to kubernetes cluster doc

* Clean up general setup steps and minikube docs

* Remove comments and correct multiline command

Comments break copy-paste
2018-02-14 15:17:30 -08:00
Joseph Burnett 4f3742581b Make cluster creation command copy-pasteable (#170)
The comments inline with the GKE cluster creation command cause a problem when copy and pasting.  Moving them to comments below.
2018-02-14 15:12:35 -08:00
Grant Rodgers 186f5783ce Add documentation for creating a K8S cluster with GKE or Minikube (#166)
* Add documentation for creating a K8S cluster

The GKE instructions have been verified to work, but Minikube is a WIP.

* fix some formatting

* indent code block correctly

* Specify that this is Elafros-specific
2018-02-13 17:56:37 -08:00