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

[WAS-580/WAS-575] - Upgraded strimzi Azure #52

Merged
merged 12 commits into from
Dec 5, 2023
9 changes: 5 additions & 4 deletions EnvironmentSetup/Azure/Source/kafka/kafka-persistent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kafka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you aware of the repercussion(s) removing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, fixed.

spec:
kafka:
version: 2.8.0
version: 3.0.0
replicas: 3
listeners:
- name: plain
Expand All @@ -31,8 +31,8 @@ spec:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: 2.8
inter.broker.protocol.version: 2.8
log.message.format.version: "3.0"
inter.broker.protocol.version: "3.0"
storage:
type: jbod
volumes:
Expand Down Expand Up @@ -60,6 +60,7 @@ spec:
type: persistent-claim
size: 10Gi
deleteClaim: false
class: was-azurefile
entityOperator:
topicOperator: {}
userOperator: {}
userOperator: {}
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ rules:
# The cluster operator runs the KafkaConnectAssemblyOperator, which needs to access and manage KafkaConnect resources
- kafkaconnects
- kafkaconnects/status
# The cluster operator runs the KafkaConnectS2IAssemblyOperator, which needs to access and manage KafkaConnectS2I resources
- kafkaconnects2is
- kafkaconnects2is/status
# The cluster operator runs the KafkaConnectorAssemblyOperator, which needs to access and manage KafkaConnector resources
- kafkaconnectors
- kafkaconnectors/status
Expand All @@ -90,6 +87,20 @@ rules:
- delete
- patch
- update
- apiGroups:
- "core.strimzi.io"
resources:
# The cluster operator uses StrimziPodSets to manage the Kafka and ZooKeeper pods
- strimzipodsets
- strimzipodsets/status
verbs:
- get
- list
- watch
- create
- delete
- patch
- update
- apiGroups:
# The cluster operator needs the extensions api as the operator supports Kubernetes version 1.11+
# apps/v1 was introduced in Kubernetes 1.14
Expand Down Expand Up @@ -141,23 +152,7 @@ rules:
verbs:
- create
- apiGroups:
# OpenShift S2I requirements
- apps.openshift.io
resources:
- deploymentconfigs
- deploymentconfigs/scale
- deploymentconfigs/status
- deploymentconfigs/finalizers
verbs:
- get
- list
- watch
- create
- delete
- patch
- update
- apiGroups:
# OpenShift S2I requirements
# Kafka Connect Build on OpenShift requirement
- build.openshift.io
resources:
- buildconfigs
Expand All @@ -171,20 +166,6 @@ rules:
- delete
- patch
- update
- apiGroups:
# OpenShift S2I requirements
- image.openshift.io
resources:
- imagestreams
- imagestreams/status
verbs:
- get
- list
- watch
- create
- delete
- patch
- update
- apiGroups:
- networking.k8s.io
resources:
Expand Down

This file was deleted.

This file was deleted.

2,643 changes: 1,225 additions & 1,418 deletions EnvironmentSetup/Azure/Source/strimzi-kafka-deployment/040-Crd-kafka.yaml

Large diffs are not rendered by default.

Loading