You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To publish the release name `dolphinscheduler` version to `test` namespace:
29
-
30
-
```bash
31
-
$ helm install dolphinscheduler . -n test
32
-
```
33
-
34
-
> **Tip**: If a namespace named `test` is used, the optional parameter `-n test` needs to be added to the `helm` and `kubectl` commands.
35
-
36
22
These commands are used to deploy DolphinScheduler on the Kubernetes cluster by default. The [Appendix-Configuration](#appendix-configuration) section lists the parameters that can be configured during installation.
37
23
38
24
> **Tip**: List all releases using `helm list`
@@ -112,7 +98,7 @@ helm install keda kedacore/keda \
112
98
Secondly, you need to set `worker.keda.enabled` to `true` in `values.yaml` or install the chart by:
# Disable the installation of other components, only install worker, use the self-built CPU image, deploy to CPU servers with the `x86` label through nodeselector, and use zookeeper as the external registry center
# Disable the installation of other components, only install worker, use the self-built GPU image, deploy to GPU servers with the `a100` label through nodeselector, and use zookeeper as the external registry center
0 commit comments