mirror of https://github.com/knative/client.git
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:
parent
dd5b05cd42
commit
a269d2910d
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue