Skip to content

Commit 57fe573

Browse files
Fix doc after removal of the example/kraft folder (#11424)
Signed-off-by: gabriel-farache <[email protected]>
1 parent a0f7b02 commit 57fe573

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/modules/deploying/proc-deploy-kafka-cluster-kraft.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The deployment uses a YAML file to provide the specification to create a `Kafka`
1212

1313
Strimzi provides the following xref:config-examples-{context}[example deployment files] that you can use to create a Kafka cluster that uses node pools:
1414

15-
`kafka/kraft/kafka-with-dual-role-nodes.yaml`:: Deploys a Kafka cluster with one pool of nodes that share the broker and controller roles.
16-
`kafka/kraft/kafka-persistent.yaml`:: Deploys a persistent Kafka cluster with one pool of controller nodes and one pool of broker nodes.
17-
`kafka/kraft/kafka-ephemeral.yaml`:: Deploys an ephemeral Kafka cluster with one pool of controller nodes and one pool of broker nodes.
18-
`kafka/kraft/kafka-single-node.yaml`:: Deploys a Kafka cluster with a single node.
19-
`kafka/kraft/kafka-jbod.yaml`:: Deploys a Kafka cluster with multiple volumes in each broker node.
15+
`kafka/kafka-with-dual-role-nodes.yaml`:: Deploys a Kafka cluster with one pool of nodes that share the broker and controller roles.
16+
`kafka/kafka-persistent.yaml`:: Deploys a persistent Kafka cluster with one pool of controller nodes and one pool of broker nodes.
17+
`kafka/kafka-ephemeral.yaml`:: Deploys an ephemeral Kafka cluster with one pool of controller nodes and one pool of broker nodes.
18+
`kafka/kafka-single-node.yaml`:: Deploys a Kafka cluster with a single node.
19+
`kafka/kafka-jbod.yaml`:: Deploys a Kafka cluster with multiple volumes in each broker node.
2020

2121
In this procedure, we use the example deployment file that deploys a Kafka cluster with one pool of nodes that share the broker and controller roles.
2222

0 commit comments

Comments
 (0)