Some notes on GKE and registry docs (#296)

* Add note about GCP costing money unless trial

* Add placeholder for local registry instructions
This commit is contained in:
Grant Rodgers 2018-03-12 12:35:46 -07:00 committed by GitHub
parent b29f18ff87
commit b7db54372f
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,10 @@ To use a k8s cluster running in GKE:
one) at http://console.cloud.google.com/home/dashboard. Set the ID of the one) at http://console.cloud.google.com/home/dashboard. Set the ID of the
project in an environment variable (e.g. `PROJECT_ID`). project in an environment variable (e.g. `PROJECT_ID`).
_If you are a new GCP user, you might be eligible for a trial credit making
your GKE cluster and other resources free for a short time. Otherwise, any
GCP resources you create will cost money._
1. Enable the k8s API: 1. Enable the k8s API:
```shell ```shell

View File

@ -78,3 +78,8 @@ Install the following tools:
environment variable for `bazel` to pick up the change. environment variable for `bazel` to pick up the change.
That's it, you're done! That's it, you're done!
## Local registry
This section has yet to be written. If you'd like to write it, see issue
[#23](https://github.com/elafros/elafros/issues/23).