mirror of https://github.com/knative/docs.git
update version to v0.3.0 (#777)
* update version to v0.3.0 * remove outdated pubsub instructions and point to sources
This commit is contained in:
parent
461ea79462
commit
228fe6135d
|
@ -80,19 +80,11 @@ ChannelProvisioner) and the core sources (which provides the Kubernetes Events,
|
||||||
GitHub, and "Container" Sources) with the following commands:
|
GitHub, and "Container" Sources) with the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl apply --filename https://github.com/knative/eventing/releases/download/v0.2.1/release.yaml
|
kubectl apply --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml
|
||||||
kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
|
kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
In addition to the core sources, you can also use GCP PubSub as a source by
|
In addition to the core sources, there are [other sources](./sources/README.md) that you can install.
|
||||||
creating a secret with the name `gcppubsub-source-key` with a `key.json` value
|
|
||||||
and loading the released source yaml (the `-with-gcppubsub` release includes all
|
|
||||||
the above sources, and adds GCP PubSub, which requires the listed secret):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
kubectl --namespace knative-sources create secret generic gcppubsub-source-key --from-literal=key.json=''
|
|
||||||
kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release-with-gcppubsub.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
This document will be updated as additional sources (which are custom resource
|
This document will be updated as additional sources (which are custom resource
|
||||||
definitions and an associated controller) and channels
|
definitions and an associated controller) and channels
|
||||||
|
|
Loading…
Reference in New Issue