You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/04/21 05:56:50 UTC

[pulsar-helm-chart] 11/34: [Issue:5787] Fix docs for creating a K8S cluster on Minikube fail (#5805)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git

commit 298f63483cb938df80d8bd00c7dc6446e44460f5
Author: 冉小龙 <ra...@gmail.com>
AuthorDate: Fri Dec 6 16:19:37 2019 +0800

    [Issue:5787] Fix docs for creating a K8S cluster on Minikube fail (#5805)
    
    Signed-off-by: xiaolong.ran <rx...@apache.org>
    
    Signed-off-by: xiaolong.ran <rx...@apache.org>
    
    Fixes #5787
    
    ### Motivation
    
    When we creating a K8S cluster on Minikube, due to the different versions of Minikube in the local environment, the installation fails on `--kubernetes-version=v1.10.5`.
    
    ### Modifications
    
    - Remove the `--kubernetes-version=v1.10.5` in docs.
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 36f16bc..7fed190 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,7 @@ or `hyperkit` or `VirtualBox` on macOS.
 #### Create a K8S cluster on Minikube
 
 ```
-minikube start --memory=8192 --cpus=4 \
-    --kubernetes-version=v1.10.5
+minikube start --memory=8192 --cpus=4
 ```
 
 #### Set kubectl to use Minikube.