Adds kn nightly and latest release image URL in docs (#466)

* Nightly: `gcr.io/knative-nightly/knative.dev/client/cmd/kn`
 * Latest release: `gcr.io/knative-releases/knative.dev/client/cmd/kn`
This commit is contained in:
Navid Shaikh 2019-10-31 13:21:12 +05:30 committed by Knative Prow Robot
parent dd5b05cd42
commit a269d2910d
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Alternatively, check out the client repository, and type:
go install ./cmd/kn
```
To use the kn container image:
* Nightly: `gcr.io/knative-nightly/knative.dev/client/cmd/kn`
* Latest release: `gcr.io/knative-releases/knative.dev/client/cmd/kn`
### Connecting to your cluster
You'll need a `kubectl`-style config file to connect to your cluster.