mirror of https://github.com/knative/docs.git
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:
parent
b29f18ff87
commit
b7db54372f
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue