Skip to content
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

Error when trying to mount an extra volume in statefulset #1539

Open
vuldin opened this issue Sep 23, 2024 · 1 comment
Open

Error when trying to mount an extra volume in statefulset #1539

vuldin opened this issue Sep 23, 2024 · 1 comment

Comments

@vuldin
Copy link
Member

vuldin commented Sep 23, 2024

What happened?

Using the following values.yaml:

statefulset:
  extraVolumes: |-
    - name: redpanda-io-config
      configMap:
        name: redpanda-io-config
  extraVolumeMounts: |-
    - name: redpanda-io-config
      mountPath: /etc/redpanda-io-config
  additionalRedpandaCmdFlags:
    - "--io-properties-file=/etc/redpanda-io-config/io-config.yaml"

And the following command:

helm upgrade --install redpanda redpanda --repo https://charts.redpanda.com -n redpanda --wait --timeout 2h --create-namespace -f values.yaml --dry-run --debug

Results in the following error:
output.log

What did you expect to happen?

Should have not failed

How can we reproduce it (as minimally and precisely as possible)?. Please include values file.

See details above.

Anything else we need to know?

No response

Which are the affected charts?

Redpanda

Chart Version(s)

chart v5.9.4

Cloud provider

none

JIRA Link: K8S-375

@vuldin
Copy link
Member Author

vuldin commented Sep 23, 2024

This seems to have started in 5.9.2 (doesn't happen in 5.9.1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant