lhotari commented on code in PR #1033:
URL: https://github.com/apache/pulsar-site/pull/1033#discussion_r2330779548


##########
docs/getting-started-helm.md:
##########
@@ -32,10 +40,10 @@ We use [Minikube](https://minikube.sigs.k8s.io/docs/start/) 
in this quick start
 1. Create a Kubernetes cluster on Minikube.
 
    ```bash
-   minikube start --memory=8192 --cpus=4 --kubernetes-version=<k8s-version>
+   minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.24.0

Review Comment:
   ```suggestion
      minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.32.8
   ```



##########
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)

Review Comment:
   ```suggestion
   - Kubernetes server 1.25.0+ (1.32.8 recommended)
   ```



##########
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+ 
+- Helm 3.10+ (3.12+ recommended)

Review Comment:
   ```suggestion
   - Helm 3.12+
   ```



##########
docs/getting-started-helm.md:
##########
@@ -32,10 +40,10 @@ We use [Minikube](https://minikube.sigs.k8s.io/docs/start/) 
in this quick start
 1. Create a Kubernetes cluster on Minikube.
 
    ```bash
-   minikube start --memory=8192 --cpus=4 --kubernetes-version=<k8s-version>
+   minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.24.0
    ```
 
-   The `<k8s-version>` can be any [Kubernetes version supported by your 
Minikube 
installation](https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/),
 such as `v1.16.1`.
+   You can use any [Kubernetes version supported by your Minikube 
installation](https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/).
 Version 1.24+ is recommended for better stability.

Review Comment:
   ```suggestion
      You can use any [Kubernetes version >= v1.25.0 with the Minikube 
installation](https://minikube.sigs.k8s.io/docs/reference/configuration/kubernetes/).
 `stable` can be used to get the latest `stable` k8s version is recommended. 
It's also the default when `--kubernetes-version` parameter is omitted.
   ```



##########
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 1.25.0+ 
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to