tree: 90e3f8e137aaddcd27999159664a7989f7555309
  1. 01-strimzi-operator/
  2. 02-kafka-persistent/
  3. README.md
.test-infra/kafka/strimzi/README.md

Overview

This module provisions the strimzi operator.

Requirements

Usage

Simply follow standard terraform workflow to apply this module using the existing .test-infra/kafka/strimzi/common.tfvars for conventional defaults.

Where:

DIR=.test-infra/kafka/strimzi/01-strimzui-operator
VARS=common.tfvars # without the directory

Run:

terraform -chdir=$DIR init
terraform -chdir=$DIR apply -var-file=$VARS

This will deploy the operator. For actual strimzi kafka cluster please check out .test-infra/kafka/02-kafka-persistent