Azure LB Creation Issue #7474
Answered
by
subash-subramaniyan
subash-subramaniyan
asked this question in
Q&A
Replies: 3 comments 8 replies
-
Can you please format it properly? Without the proper formatting with the whitespaces etc., it is hard to say what might be wrong. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Please find the ZIP fle , Im not able to format, Kindly do the needful |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will check the services and let you know, Can you please help whiche is
best way to deploy the strimzi Kafka helm or cluster.yaml file
…On Thu, Oct 13, 2022, 8:42 PM Jakub Scholz ***@***.***> wrote:
Ok, well ... did you checked the services then as I suggested?
—
Reply to this email directly, view it on GitHub
<#7474 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWM3TAUELFJIWPW3NHDQNELWDAREDANCNFSM6AAAAAAREJ73SM>
.
You are receiving this because you authored the thread.Message ID:
<strimzi/strimzi-kafka-operator/repo-discussions/7474/comments/3871197@
github.com>
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
subash-subramaniyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Unable to create Azure internal LB, Please help me to fix the issue.
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
name: prod1
spec:
kafka:
template:
externalBootstrapService:
metadata:
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
perPodService:
metadata:
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
version: 3.2.0
replicas: 1
listeners:
- name: plain
port: 9092
type: internal
type: loadbalancer
tls: false
- name: tls
port: 9093
type: internal
tls: true
configuration:
bootstrap:
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
brokers:
- broker: 0
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
config:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.2"
storage:
type: jbod
volumes:
- id: 0
type: persistent-claim
size: 5Gi
deleteClaim: false
zookeeper:
replicas: 1
storage:
type: persistent-claim
size: 5Gi
deleteClaim: false
entityOperator:
topicOperator: {}
userOperator: {}
Beta Was this translation helpful? Give feedback.
All reactions