Skip to content

Commit e94b047

Browse files
committed
[Release]Updates channel example
1 parent 339a0ee commit e94b047

File tree

11 files changed

+64
-64
lines changed

11 files changed

+64
-64
lines changed

knative-tutorial/advanced/eventing-with-kafka.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ <h2 id="kn-eventing-kafka-source"><a class="anchor" href="#kn-eventing-kafka-sou
559559
<div id="kn-eventing-adv-deploy-kafkasource" class="listingblock console-input">
560560
<div class="content">
561561
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">kubectl apply \
562-
-f <a href="https://github.com/knative-sandbox/eventing-kafka/releases/download/v0.19.3/source.yaml" class="bare">https://github.com/knative-sandbox/eventing-kafka/releases/download/v0.19.3/source.yaml</a></code></pre>
562+
-f <a href="https://github.com/knative-sandbox/eventing-kafka/releases/download/v0.24.0/source.yaml" class="bare">https://github.com/knative-sandbox/eventing-kafka/releases/download/v0.24.0/source.yaml</a></code></pre>
563563
</div>
564564
</div>
565565
<div class="paragraph">
@@ -585,7 +585,7 @@ <h2 id="kn-eventing-kafka-source"><a class="anchor" href="#kn-eventing-kafka-sou
585585
<div id="kn-eventing-deploy-kafka-channel" class="listingblock console-input">
586586
<div class="content">
587587
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">curl -L "https://github.com/knative-sandbox/eventing-kafka/\
588-
releases/download/v0.19.3/channel-consolidated.yaml" \
588+
releases/download/v0.24.0/channel-consolidated.yaml" \
589589
| sed 's/REPLACE_WITH_CLUSTER_URL/my-cluster-kafka-bootstrap.kafka:9092/' \
590590
| kubectl apply --filename -</code></pre>
591591
</div>

knative-tutorial/advanced/setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ <h2 id="camelk-prerequisite"><a class="anchor" href="#camelk-prerequisite"></a>P
556556
<div class="ulist">
557557
<ul>
558558
<li>
559-
<p>Kubernetes should be <code>v1.19.0</code></p>
559+
<p>Kubernetes should be <code>v1.22.0</code></p>
560560
</li>
561561
</ul>
562562
</div>

knative-tutorial/camelk/camel-k-eventing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ <h2 id="deploy-camel-k-source"><a class="anchor" href="#deploy-camel-k-source"><
564564
<div id="deploy-camelsource" class="listingblock console-input">
565565
<div class="content">
566566
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">kubectl apply \
567-
-f "https://github.com/knative-sandbox/eventing-camel/releases/download/v0.19.0/camel.yaml"</code></pre>
567+
-f "https://github.com/knative-sandbox/eventing-camel/releases/download/v0.24.0/camel.yaml"</code></pre>
568568
</div>
569569
</div>
570570
<div class="paragraph">

knative-tutorial/eventing/eventing.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ <h2 id="eventing-prerequisite"><a class="anchor" href="#eventing-prerequisite"><
590590
<div class="ulist">
591591
<ul>
592592
<li>
593-
<p>Kubernetes should be <code>v1.19.0</code></p>
593+
<p>Kubernetes should be <code>v1.22.0</code></p>
594594
</li>
595595
</ul>
596596
</div>
@@ -604,8 +604,8 @@ <h2 id="eventing-prerequisite"><a class="anchor" href="#eventing-prerequisite"><
604604
</div>
605605
<div class="listingblock console-output">
606606
<div class="content">
607-
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">Client Version: v1.19.0
608-
Server Version: v1.19.0</code></pre>
607+
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">Client Version: v1.22.0
608+
Server Version: v1.22.0</code></pre>
609609
</div>
610610
</div>
611611
</div>
@@ -629,7 +629,7 @@ <h2 id="eventing-prerequisite"><a class="anchor" href="#eventing-prerequisite"><
629629
<div class="content">
630630
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc version
631631
Client Version: 4.6.1
632-
Kubernetes Version: `v1.19.0`</code></pre>
632+
Kubernetes Version: `v1.22.0`</code></pre>
633633
</div>
634634
</div>
635635
<div class="ulist">

knative-tutorial/serving/basic-fundas.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ <h2 id="basics-prerequisite"><a class="anchor" href="#basics-prerequisite"></a>P
578578
<div class="ulist">
579579
<ul>
580580
<li>
581-
<p>Kubernetes should be v1.19.0+</p>
581+
<p>Kubernetes should be v1.22.0+</p>
582582
</li>
583583
</ul>
584584
</div>
@@ -592,16 +592,16 @@ <h2 id="basics-prerequisite"><a class="anchor" href="#basics-prerequisite"></a>P
592592
</div>
593593
<div class="listingblock console-output">
594594
<div class="content">
595-
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">Client Version: v1.19.0
596-
Server Version: v1.19.0</code></pre>
595+
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">Client Version: v1.22.0
596+
Server Version: v1.22.0</code></pre>
597597
</div>
598598
</div>
599599
</div>
600600
<div class="tab-pane" aria-labelledby="tabset1_openshift">
601601
<div class="ulist">
602602
<ul>
603603
<li>
604-
<p>OpenShift CLI should be v4.6+</p>
604+
<p>OpenShift CLI should be v4.8+</p>
605605
</li>
606606
</ul>
607607
</div>
@@ -616,7 +616,7 @@ <h2 id="basics-prerequisite"><a class="anchor" href="#basics-prerequisite"></a>P
616616
<div class="listingblock console-output">
617617
<div class="content">
618618
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">Client Version: 4.6.9
619-
Kubernetes Version: v1.19.0</code></pre>
619+
Kubernetes Version: v1.22.0</code></pre>
620620
</div>
621621
</div>
622622
<div class="ulist">

knative-tutorial/serving/knative-client.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ <h1 class="page">Knative Client</h1>
561561
<p>Knative Client (<code>kn</code>) is still under aggressive development, so commands and options might change rapidly.</p>
562562
</li>
563563
<li>
564-
<p>As of writing the tutorial v0.19.1 was the latest version of the Knative Client</p>
564+
<p>As of writing the tutorial v0.24.1 was the latest version of the Knative Client</p>
565565
</li>
566566
</ul>
567567
</div>
@@ -575,7 +575,7 @@ <h1 class="page">Knative Client</h1>
575575
<h2 id="kn-install"><a class="anchor" href="#kn-install"></a>Install</h2>
576576
<div class="sectionbody">
577577
<div class="paragraph">
578-
<p>Download the <a href="https://github.com/knative/client/releases/tag/v0.19.1" target="_blank" rel="noopener">v0.19.1</a> Knative Client and add it to your <code>PATH</code>.</p>
578+
<p>Download the <a href="https://github.com/knative/client/releases/tag/v0.24.1" target="_blank" rel="noopener">v0.24.1</a> Knative Client and add it to your <code>PATH</code>.</p>
579579
</div>
580580
<div class="paragraph">
581581
<p>Verify installation by running the command:</p>
@@ -590,7 +590,7 @@ <h2 id="kn-install"><a class="anchor" href="#kn-install"></a>Install</h2>
590590
</div>
591591
<div class="listingblock console-output">
592592
<div class="content">
593-
<pre class="highlightjs highlight"><code class="language-text hljs" data-lang="text">Version: v0.19.1
593+
<pre class="highlightjs highlight"><code class="language-text hljs" data-lang="text">Version: v0.24.1
594594
Build Date: 2020-11-25 18:27:45
595595
Git Revision: f128d045
596596
Supported APIs:

knative-tutorial/setup/minikube.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ <h2 id="start-minikube"><a class="anchor" href="#start-minikube"></a>Configure a
546546
✨ Using the hyperkit driver based on user configuration
547547
👍 Starting control plane node knativetutorial in cluster knativetutorial
548548
🔥 Creating hyperkit VM (CPUs=6, Memory=8192MB, Disk=51200MB) ...
549-
🐳 Preparing Kubernetes v1.19.0 on Docker 20.10.2 ...
549+
🐳 Preparing Kubernetes v1.22.0 on Docker 20.10.2 ...
550550
&gt; kubelet.sha256: 65 B / 65 B [--------------------------] 100.00% ? p/s 0s
551551
&gt; kubectl.sha256: 65 B / 65 B [--------------------------] 100.00% ? p/s 0s
552552
&gt; kubeadm.sha256: 65 B / 65 B [--------------------------] 100.00% ? p/s 0s
@@ -582,8 +582,8 @@ <h3 id="_deploy_custom_resource_definitions"><a class="anchor" href="#_deploy_cu
582582
<div class="listingblock console-input">
583583
<div class="content">
584584
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">kubectl apply \
585-
--filename https://github.com/knative/serving/releases/download/v0.19.0/serving-crds.yaml \
586-
--filename https://github.com/knative/eventing/releases/download/v0.19.2/eventing-crds.yaml</code></pre>
585+
--filename https://github.com/knative/serving/releases/download/v0.24.0/serving-crds.yaml \
586+
--filename https://github.com/knative/eventing/releases/download/v0.24.0/eventing-crds.yaml</code></pre>
587587
</div>
588588
</div>
589589
<div class="paragraph">
@@ -675,7 +675,7 @@ <h3 id="install-knative-serving"><a class="anchor" href="#install-knative-servin
675675
<div class="content">
676676
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">kubectl apply \
677677
--filename \
678-
https://github.com/knative/serving/releases/download/v0.19.0/serving-core.yaml</code></pre>
678+
https://github.com/knative/serving/releases/download/v0.24.0/serving-core.yaml</code></pre>
679679
</div>
680680
</div>
681681
<div class="paragraph">
@@ -714,7 +714,7 @@ <h3 id="install-kourier-ingress-gateway"><a class="anchor" href="#install-kourie
714714
<div class="content">
715715
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">kubectl apply \
716716
--filename \
717-
https://github.com/knative/net-kourier/releases/download/v0.19.0/kourier.yaml</code></pre>
717+
https://github.com/knative/net-kourier/releases/download/v0.24.0/kourier.yaml</code></pre>
718718
</div>
719719
</div>
720720
<div class="paragraph">
@@ -848,11 +848,11 @@ <h3 id="install-knative-eventing"><a class="anchor" href="#install-knative-event
848848
<div class="content">
849849
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">kubectl apply \
850850
--filename \
851-
https://github.com/knative/eventing/releases/download/v0.19.2/eventing-core.yaml \
851+
https://github.com/knative/eventing/releases/download/v0.24.0/eventing-core.yaml \
852852
--filename \
853-
https://github.com/knative/eventing/releases/download/v0.19.2/in-memory-channel.yaml \
853+
https://github.com/knative/eventing/releases/download/v0.24.0/in-memory-channel.yaml \
854854
--filename \
855-
https://github.com/knative/eventing/releases/download/v0.19.2/mt-channel-broker.yaml</code></pre>
855+
https://github.com/knative/eventing/releases/download/v0.24.0/mt-channel-broker.yaml</code></pre>
856856
</div>
857857
</div>
858858
<div class="paragraph">

knative-tutorial/setup/openshift.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,12 +537,12 @@ <h1 class="page">OpenShift</h1>
537537
</div>
538538
</div>
539539
<div class="paragraph">
540-
<p>The output should show oc version &gt;= v4.6</p>
540+
<p>The output should show oc version &gt;= v4.8</p>
541541
</div>
542542
<div class="listingblock console-output">
543543
<div class="content">
544544
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">Client Version: 4.6.9
545-
Kubernetes Version: v1.19.0</code></pre>
545+
Kubernetes Version: v1.22.0</code></pre>
546546
</div>
547547
</div>
548548
<div class="paragraph">

knative-tutorial/setup/setup.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -548,13 +548,13 @@ <h2 id="download-tutorial-sources"><a class="anchor" href="#download-tutorial-so
548548
<div class="ulist">
549549
<ul>
550550
<li>
551-
<p>Knative <code>v0.19.0</code></p>
551+
<p>Knative <code>v0.24.0</code></p>
552552
</li>
553553
<li>
554554
<p>Minikube <code>v1.17.1</code></p>
555555
</li>
556556
<li>
557-
<p>OpenShift <code>v4.6</code></p>
557+
<p>OpenShift <code>v4.8</code></p>
558558
</li>
559559
</ul>
560560
</div>
@@ -599,10 +599,10 @@ <h2 id="tools"><a class="anchor" href="#tools"></a>Tutorial Tools</h2>
599599
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://docs.docker.com/docker-for-windows/install">Docker for Windows</a></p></td>
600600
</tr>
601601
<tr>
602-
<td class="tableblock halign-center valign-top"><p class="tableblock"><code>kubectl v1.19.0</code></p></td>
603-
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/darwin/amd64/kubectl">Download</a></p></td>
604-
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/linux/amd64/kubectl">Download</a></p></td>
605-
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/windows/amd64/kubectl.exe">Download</a></p></td>
602+
<td class="tableblock halign-center valign-top"><p class="tableblock"><code>kubectl v1.22.0</code></p></td>
603+
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/darwin/amd64/kubectl">Download</a></p></td>
604+
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/linux/amd64/kubectl">Download</a></p></td>
605+
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/windows/amd64/kubectl.exe">Download</a></p></td>
606606
</tr>
607607
<tr>
608608
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://github.com/wercker/stern">stern</a></p></td>

knative-tutorial/setup/tutorial-sources.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,13 @@ <h2 id="download-tutorial-sources"><a class="anchor" href="#download-tutorial-so
541541
<div class="ulist">
542542
<ul>
543543
<li>
544-
<p>Knative <code>v0.19.0</code></p>
544+
<p>Knative <code>v0.24.0</code></p>
545545
</li>
546546
<li>
547547
<p>Minikube <code>v1.17.1</code></p>
548548
</li>
549549
<li>
550-
<p>OpenShift <code>v4.6</code></p>
550+
<p>OpenShift <code>v4.8</code></p>
551551
</li>
552552
</ul>
553553
</div>
@@ -592,10 +592,10 @@ <h2 id="tools"><a class="anchor" href="#tools"></a>Tools</h2>
592592
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://docs.docker.com/docker-for-windows/install">Docker for Windows</a></p></td>
593593
</tr>
594594
<tr>
595-
<td class="tableblock halign-center valign-top"><p class="tableblock"><code>kubectl v1.19.0</code></p></td>
596-
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/darwin/amd64/kubectl">Download</a></p></td>
597-
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/linux/amd64/kubectl">Download</a></p></td>
598-
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/windows/amd64/kubectl.exe">Download</a></p></td>
595+
<td class="tableblock halign-center valign-top"><p class="tableblock"><code>kubectl v1.22.0</code></p></td>
596+
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/darwin/amd64/kubectl">Download</a></p></td>
597+
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/linux/amd64/kubectl">Download</a></p></td>
598+
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/windows/amd64/kubectl.exe">Download</a></p></td>
599599
</tr>
600600
<tr>
601601
<td class="tableblock halign-center valign-top"><p class="tableblock"><a href="https://github.com/wercker/stern">stern</a></p></td>

0 commit comments

Comments
 (0)