-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cherry pick improvements from helm charts repo #365
Cherry pick improvements from helm charts repo #365
Conversation
The Deployment Spec token auto mount takes precendese over Service Account token auto mount. Now both token auto mount properties should be set to true in order to not mount volume. Reference redpanda-data/helm-charts@5d1314e
…within same PR Reference redpanda-data/helm-charts@cc5a36d
Prior to this commit objects produced from the console helm chart would inconsistently set `namespace`. This isn't particularly noticeable as `kubectl` and `helm` often set namespace transparently but it can cause issues when using other tooling. This commit sets namespace on all objects it was set on, adds a test assertion that namespace is present across all objects, and removes usages of `extraInitContainers` from tests as they generated invalid manifests. Reference redpanda-data/helm-charts@592a079
The operator pprof port 8082 conflicts with Redpanda HTTP port. https://github.com/redpanda-data/helm-charts/blob/5d1314e014382f1354e9b08324ebb2cc20f47840/charts/redpanda/values.yaml#L956 Reference redpanda-data/helm-charts@b0a8f61
Set default value for tiered storage cache to `none` which will defer tiered storage cache path to Redpanda process. Previously the `emptyDir` volume could fill Kubernetes VM quickly and tip over such K8S Node. Then user would need to restart Pod to clean the content of the `emptyDir` volume. Reference redpanda-data/helm-charts@78a4c0b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the comment for the helm compat check needs to be updated still, but aside from the LGTM
dfd90ab
to
dedb1e4
Compare
Heads up, but I manually ran |
d96888f
to
4620e61
Compare
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The source of truth is now redpanda-operator repostiory where gotohelm, genpartial and genschema cli are located. Those tools will generate inside redpanda-operator repository the following charts: * connectors * console * operator * redpanda Reference redpanda-data/redpanda-operator#339 redpanda-data/redpanda-operator#354 redpanda-data/redpanda-operator#365
The list of PRs included
.Namespace
helm-charts#1586none
helm-charts#1625