Replies: 2 comments 6 replies
-
The DNS name is valid, so I think you need to investigate your DNS. One things you can try is to use other namespace than |
Beta Was this translation helpful? Give feedback.
2 replies
-
I found on my side that coredns resolves only domains with Can you please say from where this cluster-kafka-0.cluster-kafka-brokers.kafka.svc:9093 domain coming inside connect-cluster. Can I override it?
this is my connect cluster config apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: connector
namespace: kafka
annotations:
strimzi.io/use-connector-resources: "true"
spec:
image: kafkaconnect
replicas: 1
bootstrapServers: cluster-kafka-bootstrap.kafka.svc.cluster.local:9093
authentication:
type: scram-sha-512
username: kafkauser
passwordSecret:
secretName: kafkauser-secret
password: password
config:
group.id: connector-cluster
offset.storage.topic: connector-offsets
config.storage.topic: connector-configs
status.storage.topic: connector-status
config.storage.replication.factor: -1
offset.storage.replication.factor: -1
status.storage.replication.factor: -1 and I use in my listeners configuration:
useServiceDnsDomain: true |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
My connector cluster just randomly fails to connect with this warning:
I have equal config on my production (non-local environment, and have zero issues). Something with
kind
cluster, and DNS resolution.What I have tried so far:
Steps to reproduce
ctlptl create cluster kind --registry=ctlptl-registry --min-cpus=8 --kubernetes-version 1.29
(I have used >1.29, same issue)latest
link.Expected behavior
connector should connect to cluster
Strimzi version
0.43, 0.42
Kubernetes version
1.29, 1.31
Installation method
yaml, helm
Infrastructure
kind
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions