Skip to content

Docs: Feedback for Deploy Redpanda for Production in Kubernetes #1570

@josemrs

Description

@josemrs

Issue description

I think the web is outdated. I wanted to deploy with Cluster scope, so I deployed the Operator's helm with no additionalCmdFlags as specified in the doc, however, it was deployed with --namespace=redpanda argument.

I finally found a test file with the info I needed https://github.com/redpanda-data/redpanda-operator/blob/v25.1.3/operator/chart/ci/02-cluster-values.yaml

The helm chart REDAME file is correct in git hub too, so it's only the web.

The web should say:

  1. Deploy the Redpanda Operator in your chosen scope:
    a. To deploy in cluster scope, use:
helm repo add redpanda https://charts.redpanda.com
helm repo update
helm upgrade --install redpanda-controller redpanda/operator \
  --namespace <namespace> \
  --create-namespace \
  --version v25.3.1 \
  --set crds.enabled=true
  --set scope=Cluster
  --set webhook.enabled=true

Thanks.

Updates to existing documentation

Deploy Redpanda for Production in Kubernetes Page source

Link to Redpanda Slack conversation

No response

Checks

  • New feature
  • Content gap
  • Support Follow-up
  • Small fix (typos, links, copyedits, etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions