lhotari commented on code in PR #1033: URL: https://github.com/apache/pulsar-site/pull/1033#discussion_r2330773105
########## docs/getting-started-helm.md: ########## @@ -9,11 +9,19 @@ This section guides you through every step of installing and running Apache Puls For deploying a Pulsar cluster for production usage, read the documentation on [how to configure and install a Pulsar Helm chart](helm-deploy.md). -## Prerequisite +:::warning Security Notice -- Kubernetes server 1.21.0+ -- kubectl 1.21.0+ -- Helm 3.10+ +This quickstart guide uses default configurations suitable for development and testing only. The default Helm chart configuration **does not meet production security requirements**. For production deployments, you must review and customize security settings including authentication, authorization, TLS encryption, and network policies. + +::: + +## Prerequisites + +- Kubernetes server 1.21.0+ (1.24+ recommended) +- kubectl 1.21.0+ Review Comment: ```suggestion - kubectl version that is compatible with your cluster ([+/- 1 minor release from your k8s server version](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#before-you-begin)) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org