This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new b6ebd5e8c [KYUUBI #4307] Small missing `kubectl`
b6ebd5e8c is described below
commit b6ebd5e8c52438ca5987a10020dd0729ed257a30
Author: hongkunyoo <[email protected]>
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 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
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