Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Strimzi 0.43.0 to the main branch #10488

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .checksums
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
# development version of the helm charts in ./packaging/helm-charts
### IMPORTANT ###
HELM_CHART_CHECKSUM="6c32d691be37e95c68638288275ad47b5a275d8e -"
HELM_CHART_CHECKSUM="64d42b4573b0d8bb6d1ae2748b9382da068ab751 -"

### IMPORTANT ###
# if the below line has changed, this means the ./install directory has changed
# the checksum and ./install directory should only be modified on official releases as part of a release
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
# development version of the helm charts in ./packaging/install
### IMPORTANT ###
INSTALL_CHECKSUM="dc760e2f067bb7eb2ef769b8d9a81c20f0e64ad7 -"
INSTALL_CHECKSUM="8b62c04d5a5370e0efad1dac8bfbcc1b7b16cc47 -"

### IMPORTANT ###
# if the below line has changed, this means the ./examples directory has changed
# the checksum and ./examples directory should only be modified on official releases as part of a release
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
# development version of the helm charts in ./packaging/examples
### IMPORTANT ###
EXAMPLES_CHECKSUM="22ff8d529ae76aad35d7437eaf1bbd58d5451f12 -"
EXAMPLES_CHECKSUM="a1d55c2ca5a4b8cd5df18e7c8cecd6afcf093de1 -"
6 changes: 3 additions & 3 deletions examples/connect/kafka-connect-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
# # needing to call the Connect REST API directly
# strimzi.io/use-connector-resources: "true"
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand All @@ -33,11 +33,11 @@ spec:
# it should not happen that you pull someone else's container image. However, we
# recommend changing this to your own container registry or using a different
# image name for any other than demo purposes.
image: ttl.sh/strimzi-connect-example-3.7.1:24h
image: ttl.sh/strimzi-connect-example-3.8.0:24h
plugins:
- name: kafka-connect-file
artifacts:
- type: maven
group: org.apache.kafka
artifact: connect-file
version: 3.7.1
version: 3.8.0
2 changes: 1 addition & 1 deletion examples/connect/kafka-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
# # needing to call the Connect REST API directly
# strimzi.io/use-connector-resources: "true"
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
4 changes: 2 additions & 2 deletions examples/cruise-control/kafka-cruise-control-with-goals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/cruise-control/kafka-cruise-control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-ephemeral-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 1
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-jbod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: jbod
volumes:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-persistent-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 1
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: jbod
volumes:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-persistent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: jbod
volumes:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-with-node-pools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.7.1
version: 3.8.0
listeners:
- name: plain
port: 9092
Expand All @@ -60,7 +60,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
zookeeper:
replicas: 3
storage:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
8 changes: 2 additions & 6 deletions examples/kafka/kraft/kafka-jbod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#########
# IMPORTANT: JBOD storage with multiple volumes in KRaft mode is supported only in Apache Kafka 3.7.0 and newer!
#########
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaNodePool
metadata:
Expand Down Expand Up @@ -34,7 +31,6 @@ spec:
storage:
type: jbod
volumes:
# IMPORTANT: JBOD storage with multiple volumes in KRaft mode is supported only in Apache Kafka 3.7.0 and newer!
- id: 0
type: persistent-claim
size: 100Gi
Expand All @@ -56,8 +52,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka-single-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka-with-dual-role-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
"targets": [
{
"datasource": "${DS_PROMETHEUS}",
"expr": "sum(delta(kafka_consumergroup_current_offset{consumergroup=~\"$consumergroup\",topic=~\"$topic\", namespace=~\"$kubernetes_namespace\"}[5m])/60) by (consumergroup, topic)",
"expr": "sum(delta(kafka_consumergroup_current_offset{consumergroup=~\"$consumergroup\",topic=~\"$topic\", namespace=~\"$kubernetes_namespace\"}[5m])/300) by (consumergroup, topic)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{consumergroup}} (topic: {{topic}})",
Expand Down Expand Up @@ -1520,7 +1520,7 @@
"multi": false,
"name": "kubernetes_namespace",
"options": [],
"query": "query_result(kafka_exporter_build_info)",
"query": "query_result(kafka_broker_info)",
"refresh": 1,
"regex": "/.*namespace=\"([^\"]*).*/",
"skipUrlSync": false,
Expand All @@ -1540,7 +1540,7 @@
"multi": false,
"name": "strimzi_cluster_name",
"options": [],
"query": "query_result(kafka_exporter_build_info{namespace=\"$kubernetes_namespace\"})",
"query": "query_result(kafka_broker_info{namespace=\"$kubernetes_namespace\"})",
"refresh": 1,
"regex": "/.*strimzi_io_cluster=\"([^\"]*).*/",
"skipUrlSync": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics/kafka-connect-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: my-connect-cluster
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9092
metricsConfig:
Expand Down
4 changes: 2 additions & 2 deletions examples/metrics/kafka-cruise-control-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -19,7 +19,7 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/metrics/kafka-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: jbod
volumes:
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics/kafka-mirror-maker-2-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: my-mm2-cluster
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
connectCluster: "my-cluster-target"
clusters:
Expand Down
22 changes: 19 additions & 3 deletions examples/metrics/prometheus-install/prometheus-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,22 @@ spec:
annotations:
summary: 'All Kafka Connect containers down or in CrashLookBackOff status'
description: 'All Kafka Connect containers have been down or in CrashLookBackOff status for 3 minutes'
- alert: ConnectFailedConnector
expr: sum(kafka_connect_connector_status{status="failed"}) > 0
for: 5m
labels:
severity: major
annotations:
summary: 'Kafka Connect Connector Failure'
description: 'One or more connectors have been in failed state for 5 minutes,'
- alert: ConnectFailedTask
expr: sum(kafka_connect_worker_connector_failed_task_count) > 0
for: 5m
labels:
severity: major
annotations:
summary: 'Kafka Connect Task Failure'
description: 'One or more tasks have been in failed state for 5 minutes.'
- name: bridge
rules:
- alert: BridgeContainersDown
Expand All @@ -175,16 +191,16 @@ spec:
labels:
severity: warning
annotations:
summary: 'Kafka Bridge average consumer fetch latency'
description: 'The average fetch latency is {{ $value }} on {{ $labels.clientId }}'
summary: 'Kafka Bridge producer average request latency'
description: 'The average producer request latency is {{ $value }} on {{ $labels.clientId }}'
- alert: AvgConsumerFetchLatency
expr: strimzi_bridge_kafka_consumer_fetch_latency_avg > 500
for: 10s
labels:
severity: warning
annotations:
summary: 'Kafka Bridge consumer average fetch latency'
description: 'The average consumer commit latency is {{ $value }} on {{ $labels.clientId }}'
description: 'The average consumer fetch latency is {{ $value }} on {{ $labels.clientId }}'
- alert: AvgConsumerCommitLatency
expr: strimzi_bridge_kafka_consumer_commit_latency_avg > 200
for: 10s
Expand Down
Loading
Loading