Skip to content

Commit 8ea0e84

Browse files
committed
Add missing TP notes for Serverless 1.22
1 parent 5d6f45a commit 8ea0e84

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

modules/serverless-admin-init-containers.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
link:https://kubernetes.io/docs/concepts/workloads/pods/init-containers/[Init containers] are specialized containers that are run before application containers in a pod. They are generally used to implement initialization logic for an application, which may include running setup scripts or downloading required configurations. You can enable the use of init containers for Knative services by modifying the `KnativeServing` custom resource (CR).
1010

11+
:FeatureName: Init containers for Knative services
12+
include::snippets/technology-preview.adoc[leveloffset=+1]
13+
1114
[NOTE]
1215
====
1316
Init containers may cause longer application start-up times and should be used with caution for serverless applications, which are expected to scale up and down frequently.

modules/serverless-enabling-pvc-support.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
Some serverless applications need permanent data storage. To achieve this, you can configure persistent volume claims (PVCs) for your Knative services.
1010

11+
:FeatureName: PVC support for Knative services
12+
include::snippets/technology-preview.adoc[leveloffset=+1]
13+
1114
.Procedure
1215

1316
. To enable Knative Serving to use PVCs and write to them, modify the `KnativeServing` custom resource (CR) to include the following YAML:

modules/serverless-rn-1-22-0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* {ServerlessProductName} now uses Knative `kn` CLI 1.1.
1818
* {ServerlessProductName} now uses Knative Kafka 1.1.
1919
* The `kn func` CLI plug-in now uses `func` 0.23.
20-
* Knative service specifications now support init containers.
21-
* The persistent volume claim (PVC) support for Knative services is now available as a Technology Preview.
20+
* Init containers support for Knative services is now available as a Technology Preview.
21+
* Persistent volume claim (PVC) support for Knative services is now available as a Technology Preview.
2222
* The `knative-serving`, `knative-serving-ingress`, `knative-eventing` and `knative-kafka` system namespaces now have the `knative.openshift.io/part-of: "openshift-serverless"` label by default.
2323
* The *Knative Eventing - Kafka Broker/Trigger* dashboard has been added, which allows visualizing Kafka broker and trigger metrics in the web console.
2424
* The *Knative Eventing - KafkaSink* dashboard has been added, which allows visualizing KafkaSink metrics in the web console.

modules/serverless-tech-preview-features.adoc

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,51 +13,72 @@ The following table provides information about which {ServerlessProductName} fea
1313
// OCP table
1414
ifdef::openshift-enterprise[]
1515
.Generally Available and Technology Preview features tracker
16-
[cols="3,1,1,1,1",options="header"]
16+
[cols="3,1,1,1,1,1",options="header"]
1717
|====
18-
|Feature |1.18|1.19|1.20|1.21
18+
|Feature |1.18|1.19|1.20|1.21|1.22
1919

2020
|`kn func`
2121
|TP
2222
|TP
2323
|TP
2424
|TP
25+
|TP
2526

2627
|`kn func invoke`
2728
|-
2829
|-
2930
|-
3031
|TP
32+
|TP
3133

3234
|Service Mesh mTLS
3335
|GA
3436
|GA
3537
|GA
3638
|GA
39+
|GA
3740

3841
|`emptyDir` volumes
3942
|GA
4043
|GA
4144
|GA
4245
|GA
46+
|GA
4347

4448
|HTTPS redirection
4549
|-
4650
|GA
4751
|GA
4852
|GA
53+
|GA
4954

5055
|Kafka broker
5156
|-
5257
|-
5358
|TP
5459
|TP
60+
|TP
5561

5662
|Kafka sink
5763
|-
5864
|-
5965
|-
6066
|TP
67+
|TP
68+
69+
|Init containers support for Knative services
70+
|-
71+
|-
72+
|-
73+
|-
74+
|TP
75+
76+
|PVC support for Knative services
77+
|-
78+
|-
79+
|-
80+
|-
81+
|TP
6182

6283
|====
6384
endif::[]

0 commit comments

Comments
 (0)