From e0d0f43f45acf3f310ad2721dae6b145415f4eeb Mon Sep 17 00:00:00 2001 From: zyy17 Date: Mon, 23 Oct 2023 19:47:52 +0800 Subject: [PATCH] fix: error cmds 'helm template' -> 'helm install' --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dfe7a6..22a9383 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ If you want to deploy the GreptimeDB cluster, you can use the following command( helm install greptimedb-operator greptime/greptimedb-operator -n default ``` - 3. **Deploy GreptimeDB cluster** - **Default Installation** @@ -63,7 +62,7 @@ If you want to deploy the GreptimeDB cluster, you can use the following command( Before installation, you must create the AWS S3 bucket, and the cluster will use the bucket as backend storage: ```console - helm template mycluster greptime/greptimedb-cluster -n default \ + helm install mycluster greptime/greptimedb-cluster -n default \ --set storage.s3.bucket= \ --set storage.s3.region= \ --set storage.s3.root= \ @@ -75,7 +74,6 @@ If you want to deploy the GreptimeDB cluster, you can use the following command( --set storage.credentials.secretCreation.data.secret-access-key= ``` - 4. **Use `kubectl port-forward` to access the GreptimeDB cluster** ```console