Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions modules/deploy/partials/requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ Make sure to do the following:
Minimum required Helm version: {supported-helm-version}

https://helm.sh/docs/intro/install/[Install Helm^].

[NOTE]
====
Helm v3.18.0 is not supported due to a bug that causes errors such as:

[.no-copy]
----
Error: INSTALLATION FAILED: execution error at (redpanda/templates/entry-point.yaml:17:4): invalid Quantity expected string or float64 got: json.Number (1)
----

To avoid similar errors, upgrade to a later version. For more details, see the https://github.com/helm/helm/issues/30880[Helm GitHub issue^].
endif::[]

[[number-of-workers]]
Expand Down
13 changes: 13 additions & 0 deletions modules/troubleshoot/partials/errors-and-solutions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ ifdef::env-kubernetes+include-categories[]
This section addresses common issues that may occur when deploying Redpanda in a Kubernetes environment.
endif::[]


//tag::deployment[]

ifdef::env-kubernetes[]
//tag::deployment-helm-3-18[]
=== Helm v3.18.0 is not supported (json.Number error)

If you are using Helm v3.18.0, you may encounter errors such as:

[.no-copy]
----
Error: INSTALLATION FAILED: execution error at (redpanda/templates/entry-point.yaml:17:4): invalid Quantity expected string or float64 got: json.Number (1)
----

This is due to a bug in Helm v3.18.0. To avoid similar errors, upgrade to a later version. For more details, see the https://github.com/helm/helm/issues/30880[Helm GitHub issue^].
//end::deployment-helm-3-18[]
//tag::deployment-pod-pending[]
=== StatefulSet never rolls out

Expand Down