Commit Graph

19 Commits

Author SHA1 Message Date
Matt Moore 2f6b12db5e Add `ko` to our DEVELOPMENT documentation. (#909) 2018-05-18 07:54:05 -07:00
Thomas Risberg c97e773daf Minikube doc updates (#802)
* Remove SecurityContextDeny from minikube instructions

Fixes #507

* Updated docs to work with minikube v0.26.0 and later

Fixes #801

- use explicit bootstrapper arg and

- also added a macOS specific startup command for easier cut-and-paste.

* Fix typo

* Switch to use `hyperkit` vm-driver instead of `xhyve` on macOS
2018-05-07 10:33:24 -07:00
akyyy 940b26614e Update Gke version (#702)
* update gke version in e2e test

* update gke version
2018-04-20 15:28:09 -07:00
Grant Rodgers be7700bb17 Update the minikube k8s version to 1.9.4 (#485)
Latest version as of minikube v0.25.2.
2018-03-30 11:21:20 -07:00
Grant Rodgers 31c72e9a24 Enable certificate controller on Minikube (#506)
The certificate controller is required to configure the istio sidecar
injector webhook, but Minikube doesn't give it the paths to the CA certs
by default, so it can't start.

These paths are local to the VM, not the host machine, so they are the
same for all users.
2018-03-27 09:27:13 -07:00
Nghia Tran a93e410f58 Remove unnecessary step from GKE cluster setup. (#428) 2018-03-20 08:49:06 -07:00
Grant Rodgers 90cc9d760f Update to latest GKE version (#410) 2018-03-19 09:15:59 -07:00
Grant Rodgers b7db54372f Some notes on GKE and registry docs (#296)
* Add note about GCP costing money unless trial

* Add placeholder for local registry instructions
2018-03-12 12:35:46 -07:00
Joseph Burnett b29f18ff87 Increase default node cpu size from 1 to 4. (#335)
Use 4 CPU nodes in setup instructions

The conformance tests have been failing and in @josephburnett 's investigation he found that it was the autoscaler changes made the tests CPU starved, and so we need beefier machines to be able to run the tests (i.e. to run elafros).

Follow up work still todo: documenting minimum system requirements.
2018-03-09 16:53:48 -08:00
Adriano Cunha a96937236f Minor documentation fixes. (#328)
* kvm is deprecated, use kvm2 in the setup docs.

* Fix alias expansion in GOPATH example.
2018-03-08 14:35:46 -08:00
Nghia Tran c2f1e9789c More documentations regarding K8S_USER_OVERRIDE. (#310)
More documentations regarding K8S_USER_OVERRIDE.
2018-03-07 15:03:18 -08:00
Adriano Cunha b2bdb9d0d1 Assorted fixes in documentation and conformance tests. (#302)
* Remove extra _ in markdown file.

* Fix flag for running conformance tests with bazel.

* Fix conformance tests.

Commit #300 updated Route.Spec.Traffic.{Revision,Configuration} to end with Name.
2018-03-07 10:15:35 -08:00
Nghia Tran 5016471aae Add the Istio cluster-role-binding to :everything. (#295)
Add the Istio cluster-role-binding to :everything.
2018-03-06 13:57:38 -08:00
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