[doc] Correct kubernetes (#9985)
Co-authored-by: qingwli <qingwli@cisco.com>
This commit is contained in:
parent
d17379da1f
commit
ee2c516813
|
|
@ -18,7 +18,7 @@ To publish the release name `dolphinscheduler` version, please execute the follo
|
|||
|
||||
```
|
||||
$ tar -zxvf apache-dolphinscheduler-<version>-src.tar.gz
|
||||
$ cd apache-dolphinscheduler-<version>-src/docker/kubernetes/dolphinscheduler
|
||||
$ cd apache-dolphinscheduler-<version>-src/deploy/kubernetes/dolphinscheduler
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm dependency update .
|
||||
$ helm install dolphinscheduler . --set image.tag=<version>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Kubernetes部署目的是在Kubernetes集群中部署 DolphinScheduler 服务,
|
|||
|
||||
```
|
||||
$ tar -zxvf apache-dolphinscheduler-<version>-src.tar.gz
|
||||
$ cd apache-dolphinscheduler-<version>-src/docker/kubernetes/dolphinscheduler
|
||||
$ cd apache-dolphinscheduler-<version>-src/deploy/kubernetes/dolphinscheduler
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm dependency update .
|
||||
$ helm install dolphinscheduler . --set image.tag=<version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue