Skip to content

Commit 31c0374

Browse files
samodellknative-prow-robot
authored andcommitted
Install updates -- v0.7.0 (#1525)
* Update git clone commands in samples * Update release for eventing, eventing-contrib, and serving (skip build) * Update release for eventing, eventing-contrib, and serving (skip build) * Update release for eventing, eventing-contrib, build and serving * Remove references to clusteryaml.yaml file
1 parent 6486211 commit 31c0374

File tree

29 files changed

+167
-220
lines changed

29 files changed

+167
-220
lines changed

docs/eventing/samples/container-source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Knative [event-sources](https://github.com/knative/eventing-contrib) has a
1717
sample of heartbeats event source. You could clone the source codes by
1818

1919
```
20-
git clone -b "release-0.6" https://github.com/knative/eventing-contrib.git
20+
git clone -b "release-0.7" https://github.com/knative/eventing-contrib.git
2121
```
2222

2323
And then build a heartbeats image and publish to your image repo with

docs/eventing/samples/gcp-pubsub-source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source is most useful as a bridge from other GCP services, such as
2020
PubSub event source from `release-gcppubsub.yaml`:
2121

2222
```shell
23-
kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml
23+
kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml
2424
```
2525

2626
1. Enable the `Cloud Pub/Sub API` on your project:

docs/eventing/samples/iot-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export IOTCORE_TOPIC_DEVICE="iot-demo-device-pubsub-topic"
8080
controller.
8181
8282
```shell
83-
kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml
83+
kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml
8484
```
8585
8686
### Deploying
@@ -207,5 +207,5 @@ To cleanup the knative resources:
207207
1. Remove the `GcpPubSubSource` controller:
208208

209209
```shell
210-
kubectl delete --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml
210+
kubectl delete --filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/gcppubsub.yaml
211211
```

docs/install/Knative-custom-install.md

Lines changed: 61 additions & 69 deletions
Large diffs are not rendered by default.

docs/install/Knative-with-AKS.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,11 @@ your Knative installation, see
181181

182182
```bash
183183
kubectl apply --selector knative.dev/crd-install=true \
184-
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
185-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
186-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
187-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
188-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
189-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
184+
--filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
185+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
186+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
187+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
188+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
190189
```
191190

192191
1. To complete the install of Knative and its dependencies, run the
@@ -195,12 +194,11 @@ your Knative installation, see
195194
Knative and its dependencies:
196195

197196
```bash
198-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
199-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
200-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
201-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
202-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
203-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
197+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
198+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
199+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
200+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
201+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
204202
```
205203

206204
> **Notes**:
@@ -213,9 +211,6 @@ your Knative installation, see
213211
> `--selector networking.knative.dev/certificate-provider!=cert-manager`
214212
> statement to install the controller. Otherwise, you can choose to install
215213
> the auto certificates feature and controller at a later time.
216-
>
217-
> - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required
218-
> to enable the Build and Serving components to interact with each other.
219214
220215
1. Monitor the Knative components until all of the components show a `STATUS` of
221216
`Running`:

docs/install/Knative-with-Docker-for-Mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Because you have limited resources available, use the
6868
which installs only Knative Serving:
6969

7070
```shell
71-
curl -L https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
71+
curl -L https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
7272
| sed 's/LoadBalancer/NodePort/' \
7373
| kubectl apply --selector networking.knative.dev/certificate-provider!=cert-manager --filename -
7474
```

docs/install/Knative-with-GKE.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -160,25 +160,23 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
160160

161161
```bash
162162
kubectl apply --selector knative.dev/crd-install=true \
163-
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
164-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
165-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
166-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
167-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
168-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
163+
--filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
164+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
165+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
166+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
167+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
169168
```
170169

171170
1. To complete the install of Knative and its dependencies, run the
172171
`kubectl apply` command again, this time without the `--selector` flag, to
173172
complete the install of Knative and its dependencies:
174173

175174
```bash
176-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
177-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
178-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
179-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
180-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
181-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
175+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
176+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
177+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
178+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
179+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
182180
```
183181

184182
> **Notes**:
@@ -191,9 +189,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
191189
> `--selector networking.knative.dev/certificate-provider!=cert-manager`
192190
> statement to install the controller. Otherwise, you can choose to install
193191
> the auto certificates feature and controller at a later time.
194-
>
195-
> - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required
196-
> to enable the Build and Serving components to interact with each other.
197192
198193
1. Monitor the Knative components until all of the components show a `STATUS` of
199194
`Running`:

docs/install/Knative-with-Gardener.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,23 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
115115

116116
```bash
117117
kubectl apply --selector knative.dev/crd-install=true \
118-
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
119-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
120-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
121-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
122-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
123-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
118+
--filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
119+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
120+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
121+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
122+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
124123
```
125124

126125
1. To complete the install of Knative and its dependencies, run the
127126
`kubectl apply` command again, this time without the `--selector` flag, to
128127
complete the install of Knative and its dependencies:
129128

130129
```bash
131-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
132-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
133-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
134-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
135-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
136-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
130+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
131+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
132+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
133+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
134+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
137135
```
138136

139137
> **Notes**:
@@ -146,9 +144,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
146144
> `--selector networking.knative.dev/certificate-provider!=cert-manager`
147145
> statement to install the controller. Otherwise, you can choose to install
148146
> the auto certificates feature and controller at a later time.
149-
>
150-
> - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required
151-
> to enable the Build and Serving components to interact with each other.
152147
153148
1. Monitor the Knative components until all of the components show a `STATUS` of
154149
`Running`:

docs/install/Knative-with-ICP.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
161161
1. Run the following commands to install Knative:
162162
163163
```shell
164-
curl -L https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
164+
curl -L https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
165165
| sed 's/LoadBalancer/NodePort/' \
166166
| kubectl apply --selector networking.knative.dev/certificate-provider!=cert-manager --filename -
167167
```
@@ -177,31 +177,25 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
177177
> statement to install the controller.
178178
179179
```shell
180-
curl -L https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
180+
curl -L https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
181181
| sed 's/LoadBalancer/NodePort/' \
182182
| kubectl apply --filename -
183183
```
184184

185185
```shell
186-
curl -L https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
186+
curl -L https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
187187
| sed 's/LoadBalancer/NodePort/' \
188188
| kubectl apply --filename -
189189
```
190190

191191
```shell
192-
curl -L https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
192+
curl -L https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
193193
| sed 's/LoadBalancer/NodePort/' \
194194
| kubectl apply --filename -
195195
```
196196

197197
```shell
198-
curl -L https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
199-
| sed 's/LoadBalancer/NodePort/' \
200-
| kubectl apply --filename -
201-
```
202-
203-
```shell
204-
curl -L https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml \
198+
curl -L https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml \
205199
| sed 's/LoadBalancer/NodePort/' \
206200
| kubectl apply --filename -
207201
```
@@ -212,10 +206,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
212206
> [#968](https://github.com/knative/docs/issues/968) and
213207
> [#1036](https://github.com/knative/docs/issues/1036).
214208
215-
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
216-
> required to enable the Build and Serving components to interact with each
217-
> other.
218-
219209
See
220210
[Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md)
221211
for details about installing the various supported observability plug-ins.
@@ -267,31 +257,31 @@ To remove Knative from your IBM Cloud Private cluster, run the following
267257
commands:
268258

269259
```shell
270-
curl -L https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
260+
curl -L https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
271261
| sed 's/LoadBalancer/NodePort/' \
272262
| kubectl delete --filename -
273263
```
274264

275265
```shell
276-
curl -L https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
266+
curl -L https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
277267
| sed 's/LoadBalancer/NodePort/' \
278268
| kubectl delete --filename -
279269
```
280270

281271
```shell
282-
curl -L https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
272+
curl -L https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
283273
| sed 's/LoadBalancer/NodePort/' \
284274
| kubectl delete --filename -
285275
```
286276

287277
```shell
288-
curl -L https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
278+
curl -L https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
289279
| sed 's/LoadBalancer/NodePort/' \
290280
| kubectl delete --filename -
291281
```
292282

293283
```shell
294-
curl -L https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
284+
curl -L https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml \
295285
| sed 's/LoadBalancer/NodePort/' \
296286
| kubectl delete --filename -
297287
```

docs/install/Knative-with-IKS.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -199,25 +199,23 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
199199
200200
```bash
201201
kubectl apply --selector knative.dev/crd-install=true \
202-
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
203-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
204-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
205-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
206-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
207-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
202+
--filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml \
203+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
204+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
205+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
206+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
208207
```
209208
210209
1. To complete the install of Knative and its dependencies, run the
211210
`kubectl apply` command again, this time without the `--selector` flag, to
212211
complete the install of Knative and its dependencies:
213212
214213
```bash
215-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
216-
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
217-
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
218-
--filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \
219-
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
220-
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
214+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.7.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
215+
--filename https://github.com/knative/build/releases/download/v0.7.0/build.yaml \
216+
--filename https://github.com/knative/eventing/releases/download/v0.7.0/release.yaml \
217+
--filename https://github.com/knative/eventing-contrib/releases/download/v0.7.0/eventing-sources.yaml \
218+
--filename https://github.com/knative/serving/releases/download/v0.7.0/monitoring.yaml
221219
```
222220
223221
> **Notes**:
@@ -230,9 +228,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
230228
> `--selector networking.knative.dev/certificate-provider!=cert-manager`
231229
> statement to install the controller. Otherwise, you can choose to install
232230
> the auto certificates feature and controller at a later time.
233-
>
234-
> - For the v0.4.0 release and newer, the `clusterrole.yaml` file is required
235-
> to enable the Build and Serving components to interact with each other.
236231
237232
1. Monitor the Knative components until all of the components show a `STATUS` of
238233
`Running`:

0 commit comments

Comments
 (0)