Open voutilad opened 7 months ago
The root problem is .bootstrap.yaml
does not have tiered storage configuration. The post-install hook is configuring tiered storage due to problem with secrets described in https://github.com/redpanda-data/helm-charts/pull/1054.
Just some notes for the future:
I think the best option for now will be to use .bootstrap.yaml
for the initial configuration and then have a pre-upgrade job that sets the cluster configuration.
We'll need to consolidate the config rendering into a single place in order to mitigate issues like the tiered storage one Rafal is referencing.
What happened?
With a new deployment, my tiered storage settings are not activated. Looking at the cluster, it's in a state saying it requires restart:
What did you expect to happen?
Tiered storage settings should be activated with my settings.
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Deploy Redpanda via Helm using some of the following storage settings:
Anything else we need to know?
A workaround is to force a restart via:
Which are the affected charts?
Redpanda
Chart Version(s)
5.7.37
Cloud provider
GCP / GKE
JIRA Link: K8S-146