You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Redpanda controller sidecar is not respecting nameOverride and/or fullNameOverride.
########################
Current Helm config in nameOverrdide and fullNameOverride: nameOverride: stggke01-redpanda
fullnameOverride: stggke01-redpanda
##########################
Current Behavior
##########################
the controller is requesting brokers with non-existing names:
Request error, trying another node: Get "https://redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local:9644/v1/cluster/health_overview": dial tcp: lookup redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local on 172.18.0.10:53: no such host
##########################
Expected behavior
##########################
The controller should be able to discover/request the actual brokers' names stggke01-redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local:9644
What did you expect to happen?
##########################
Expected behavior
##########################
The controller should be able to discover/request the actual brokers' names: stggke01-redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local:9644
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
the error from the controller is the different now:
stggke01-redpanda-1 redpanda-controllers Request error, trying another node: Get "https://redpanda2-0.stggke01-redpanda.redpanda.svc.cluster.local:9644/v1/cluster/health_overview": dial tcp: lookup redpanda2-0.stggke01-redpanda.redpanda.svc.cluster.local on 172.18.0.10:53: no such host
So, the controller is grabbing the release name and attach it to its url for some reason.
Is this a normal behaviour?
It would be great if the broker url for the controller is constructed by the overrides to avoid confusion between different deployments and environments.
Is there any update on this one?
We want to upgrade other redpanda deployments we have with chart version v4 and we want to use this controller, hence we're blocked
What happened?
It seems that Redpanda controller sidecar is not respecting nameOverride and/or fullNameOverride.
########################
Current Helm config in nameOverrdide and fullNameOverride:
nameOverride: stggke01-redpanda
fullnameOverride: stggke01-redpanda
##########################
Current Behavior
##########################
the controller is requesting brokers with non-existing names:
Request error, trying another node: Get "https://redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local:9644/v1/cluster/health_overview": dial tcp: lookup redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local on 172.18.0.10:53: no such host
##########################
Expected behavior
##########################
The controller should be able to discover/request the actual brokers' names
stggke01-redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local:9644
What did you expect to happen?
##########################
Expected behavior
##########################
The controller should be able to discover/request the actual brokers' names:
stggke01-redpanda-1.stggke01-redpanda.redpanda.svc.cluster.local:9644
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Anything else we need to know?
Works fine without overrides.
Which are the affected charts?
Redpanda
Chart Version(s)
Cloud provider
JIRA Link: K8S-371
The text was updated successfully, but these errors were encountered: