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:
   There's no need to specify the k8s version since the latest stable version 
will get used by default.
   
   ```suggestion
      minikube start --memory=8192 --cpus=4
   ```



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