Skip to content

Commit b3d0107

Browse files
committed
Paul's comments
Signed-off-by: Lukas Kral <lukywill16@gmail.com>
1 parent 18fea0b commit b3d0107

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

documentation/modules/operators/ref-operator-cluster-feature-gates.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ The following table shows the maturity of the feature gates introduced across St
9595
¦0.51 (planned)
9696
¦0.54 (planned)
9797

98+
ifdef::Section[]
9899
¦`UseConnectBuildWithBuildah`
99100
¦0.49
100101
¦0.52 (planned)
101102
¦0.55 (planned)
102-
103+
endif::Section[]
103104
|===
104105

105106

@@ -147,6 +148,7 @@ Ownership of individual fields is tracked through the `.metadata.managedFields`
147148

148149
To enable the `ServerSideApplyPhase1` feature gate, specify `+ServerSideApplyPhase1` in the `STRIMZI_FEATURE_GATES` environment variable in the Cluster Operator configuration.
149150

151+
ifdef::Section[]
150152
[id='ref-operator-use-connect-build-with-buildah-feature-gate-{context}']
151153
=== `UseConnectBuildWithBuildah` feature gate
152154

@@ -155,6 +157,7 @@ The `UseConnectBuildWithBuildah` feature gate has a default state of _disabled_.
155157
When enabled, the Connect Build feature uses Buildah instead of Kaniko to build Kafka Connect container images.
156158
On Kubernetes, either Kaniko or Buildah is used depending on this feature gate.
157159
On OpenShift, the build mechanism remains unchanged.
160+
Builds continue to use the OpenShift Build API.
158161
Using Buildah does not change the overall build behavior.
159162
The difference is that you can specify additional options in the `build` section of the `KafkaConnect` custom resource.
160163
These options are grouped as follows:
@@ -163,6 +166,7 @@ These options are grouped as follows:
163166
* Push phase options (`additionalPushOptions`)
164167

165168
To enable the `UseConnectBuildWithBuildah` feature gate, specify `+UseConnectBuildWithBuildah` in the `STRIMZI_FEATURE_GATES` environment variable in the Cluster Operator configuration.
169+
endif::Section[]
166170

167171
== Enabling feature gates
168172

0 commit comments

Comments
 (0)