-
Notifications
You must be signed in to change notification settings - Fork 98
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
console (subchart): incorrectly sets zero valued connect configs #1582
Comments
Hey @arthurfedorov , |
Hello @weeco, thank you for your answer |
You can also describe the console pod and provide a copy of your mounted console config. It's a YAML file and the path to that file is either provided as an env variable or command line flag. Do not forget to redact sensitive configs |
Config and describe fairly basic
|
|
Although commented out our docs currently provide an example of the following properties set: https://docs.redpanda.com/current/console/config/configure-console/
This was also uncovered through by a user in our community slack channel: https://redpandacommunity.slack.com/archives/C01AJDUT88N/p1730246418007929 |
Oh interesting, this looks like it's coming from the way that redpanda subcharts console (which directly imports the Console's config types) @weeco could you give me a bit of education about how console's config loading works? I'm guessing that We expected it to follow standard go unmarshalling behaviors 😅... The right answer might be running |
Agree with that solution. That should work with any external function call. |
Hi everyone, first of all, i just want to say thanks for the cool service.
Deployed by helm chart
Redpanda appVersion: v24.2.2
Redpanda console appVersion: v2.4.6
I have almost default values on it, except ingress values for console, and custom docker image for connectors.
Dockerfile:
After
helm install redpanda -n redpanda
, everything is upWhen i open Connectors tab in Redpanda console, i see available connectors.
After I create any of the Mongodb connectors, it is created, but it is not in the interface. The logs in pod show the following error
But when I go into Redpanda console pod and do
curl http://redpanda-connectors.redpanda.svc.cluster.local:8083/connectors?expand=info&expand=status
, the list of connectors is visible.Can you please tell me where I made a mistake?
JIRA Link: K8S-406
The text was updated successfully, but these errors were encountered: