You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/02/12 16:38:19 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4307] Small missing `kubectl`

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

chengpan pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new d92a0d534 [KYUUBI #4307] Small missing `kubectl`
d92a0d534 is described below

commit d92a0d534db32204f8cdd7dce78038c755d8e397
Author: hongkunyoo <ho...@gmail.com>
AuthorDate: Mon Feb 13 00:37:51 2023 +0800

    [KYUUBI #4307] Small missing `kubectl`
    
    Maybe `kubectl` command is missing?
    
    Closes #4307 from hongkunyoo/patch-1.
    
    Closes #4307
    
    549357af7 [hongkunyoo] Small missing `kubectl`
    
    Authored-by: hongkunyoo <ho...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit b6ebd5e8c52438ca5987a10020dd0729ed257a30)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/quick_start/quick_start_with_helm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quick_start/quick_start_with_helm.md b/docs/quick_start/quick_start_with_helm.md
index 99c787841..be3adb75c 100644
--- a/docs/quick_start/quick_start_with_helm.md
+++ b/docs/quick_start/quick_start_with_helm.md
@@ -30,7 +30,7 @@ Please go to [Install Helm](https://helm.sh/docs/intro/install/) page to get and
 #### [Optional] Create namespace on kubernetes
 
 ```bash
-create ns kyuubi
+kubectl create ns kyuubi
 ```
 
 #### Get kyuubi started