You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/operators/ref-operator-cluster-feature-gates.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,12 @@ The following table shows the maturity of the feature gates introduced across St
95
95
¦0.51 (planned)
96
96
¦0.54 (planned)
97
97
98
+
ifdef::Section[]
98
99
¦`UseConnectBuildWithBuildah`
99
100
¦0.49
100
101
¦0.52 (planned)
101
102
¦0.55 (planned)
102
-
103
+
endif::Section[]
103
104
|===
104
105
105
106
@@ -147,6 +148,7 @@ Ownership of individual fields is tracked through the `.metadata.managedFields`
147
148
148
149
To enable the `ServerSideApplyPhase1` feature gate, specify `+ServerSideApplyPhase1` in the `STRIMZI_FEATURE_GATES` environment variable in the Cluster Operator configuration.
@@ -155,6 +157,7 @@ The `UseConnectBuildWithBuildah` feature gate has a default state of _disabled_.
155
157
When enabled, the Connect Build feature uses Buildah instead of Kaniko to build Kafka Connect container images.
156
158
On Kubernetes, either Kaniko or Buildah is used depending on this feature gate.
157
159
On OpenShift, the build mechanism remains unchanged.
160
+
Builds continue to use the OpenShift Build API.
158
161
Using Buildah does not change the overall build behavior.
159
162
The difference is that you can specify additional options in the `build` section of the `KafkaConnect` custom resource.
160
163
These options are grouped as follows:
@@ -163,6 +166,7 @@ These options are grouped as follows:
163
166
* Push phase options (`additionalPushOptions`)
164
167
165
168
To enable the `UseConnectBuildWithBuildah` feature gate, specify `+UseConnectBuildWithBuildah` in the `STRIMZI_FEATURE_GATES` environment variable in the Cluster Operator configuration.
0 commit comments