DolphinScheduler | 文档中心 (apache.org)
基础环境搭建
$ tar -zxvf apache-dolphinscheduler-3.2.1-src.tar.gz
$ cd apache-dolphinscheduler-3.2.1-src/deploy/kubernetes/dolphinscheduler
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm dependency update .
$ kubectl create ns dolphinscheduler # 指定namespace,方便维护
$ helm install dolphinscheduler . --set image.tag=3.2.1 -n dolphinscheduler
几处修改
bitnami仓库
原bitnami仓库地址会有问题改成这个
repository: https://raw.gitmirror.com/bitnami/charts/archive-full-index/bitnami
镜像仓库地址拼接错误
有可能是我修改了bitnami的仓库地址导致此处才需要修改
由apache/dolphinscheduler 改成apache