lhotari commented on code in PR #1033: URL: https://github.com/apache/pulsar-site/pull/1033#discussion_r2330784221
########## 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: We can remove this since minikube will use the latest stable k8s version by default. That's fine for apache-pulsar-helmchart. ```suggestion ``` -- 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]
