-
Notifications
You must be signed in to change notification settings - Fork 99
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
5.92: connector error in console.cleanForK8s #1511
Comments
Setting For a CRD: apiVersion: cluster.redpanda.com/v1alpha1
kind: Redpanda
metadata:
name: redpanda
spec:
clusterSpec:
tests:
enabled: false That being said, it's entirely possible that we discover other issues after disable the test step 😅 |
for me(support) disabling tests: but for customer... it got round error ...but did not create the connectors.. and when using with "helm template" it wont generate the deployment...
|
Same way with 5.9.4. |
Same problem. I downgraded to 5.9.1 for it to work |
It should be fixed in the latest Redpanda chart release https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.5 |
What happened?
Logs show :
{"level":"error","ts":"2024-09-03T21:55:18.770Z","msg":"Reconciler error","controller":"helmrelease","controllerGroup":"helm.toolkit.fluxcd.io","controllerKind":"HelmRelease","HelmRelease":{"name":"redpanda","namespace":"buggy"},"namespace":"buggy","name":"redpanda","reconcileID":"3cb93fba-fc84-4f8e-afbf-be5866d7c12a","error":"template: redpanda/templates/tests/test-connector-via-console.yaml:150:24: executing \"redpanda/templates/tests/test-connector-via-console.yaml\" at <include \"console.fullname\" $consoleValues>: error calling include: template: redpanda/charts/console/templates/_helpers.tpl:16:10: executing \"console.fullname\" at <include \"console.Fullname\" (dict \"a\" (list .))>: error calling include: template: redpanda/charts/console/templates/_helpers.go.tpl:22:30: executing \"console.Fullname\" at <include \"console.cleanForK8s\" (dict \"a\" (list $values.fullnameOverride))>: error calling include: template: redpanda/charts/console/templates/_helpers.go.tpl:78:48: executing \"console.cleanForK8s\" at <$s>: invalid value; expected string"}
What did you expect to happen?
It to not fail
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
repro
follow install guide for helm/operator (on kind for example see docs)
use this for the redpanda_cluster.yaml
Main points for this repro/bug being
chartVersion: 5.9.2
+
- helm values
Anything else we need to know?
No response
Which are the affected charts?
No response
Chart Version(s)
helm -n buggy list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION redpanda buggy 2 2024-09-03 21:48:22.351235494 +0000 UTC deployed redpanda-5.9.2 v24.2.3 redpanda-controller buggy 1 2024-08-27 06:15:31.038271 +0100 BST deployed operator-0.4.28 v2.2.0-24.2.2
Cloud provider
..
JIRA Link: K8S-339
The text was updated successfully, but these errors were encountered: