This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a change to branch 1.3.6-prepare
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 0032f87 [1.3.6-prepare][Feature-5062][*] Create/Edit/Delete Worker
Group in Web UI #5113 (#5122)
add 41fad86 [1.3.6-prepare][Improvement][Docker/K8s] Support more
configs, more service access, skywalking configs, improve image for python,
update faq and add support matrix (#5158)
No new revisions were added by this update.
Summary of changes:
.../DOLPHIN/1.3.5/configuration/dolphin-common.xml | 80 +++--
.../DOLPHIN/1.3.5/configuration/dolphin-master.xml | 42 ++-
.../DOLPHIN/1.3.5/configuration/dolphin-worker.xml | 29 +-
docker/build/Dockerfile | 33 +-
docker/build/README.md | 339 +++++++++++++++++----
docker/build/README_zh_CN.md | 335 +++++++++++++++++---
.../conf/dolphinscheduler/common.properties.tpl | 42 +--
.../conf/dolphinscheduler/master.properties.tpl | 17 +-
.../conf/dolphinscheduler/worker.properties.tpl | 12 +-
docker/build/startup-init-conf.sh | 63 ++--
docker/build/startup.sh | 51 +---
docker/docker-swarm/config.env.sh | 136 +++++++++
docker/docker-swarm/docker-compose.yml | 108 +------
docker/docker-swarm/docker-stack.yml | 116 +------
docker/kubernetes/dolphinscheduler/README.md | 245 +++++++++++++--
.../dolphinscheduler/templates/NOTES.txt | 28 +-
.../dolphinscheduler/templates/_helpers.tpl | 176 +++++++++++
.../configmap-dolphinscheduler-alert.yaml | 21 +-
.../templates/configmap-dolphinscheduler-api.yaml | 7 +-
.../configmap-dolphinscheduler-common.yaml | 14 +-
.../configmap-dolphinscheduler-master.yaml | 15 +-
.../configmap-dolphinscheduler-worker.yaml | 14 +-
.../deployment-dolphinscheduler-alert.yaml | 174 ++---------
.../templates/deployment-dolphinscheduler-api.yaml | 170 ++---------
.../dolphinscheduler/templates/ingress.yaml | 3 +-
.../templates/pvc-dolphinscheduler-alert.yaml | 3 +-
.../templates/pvc-dolphinscheduler-api.yaml | 3 +-
.../templates/pvc-dolphinscheduler-fs-file.yaml | 3 +-
.../templates/pvc-dolphinscheduler-shared.yaml | 3 +-
.../templates/secret-external-database.yaml | 3 +-
.../templates/secret-external-fs-s3a.yaml | 3 +-
.../statefulset-dolphinscheduler-master.yaml | 187 ++----------
.../statefulset-dolphinscheduler-worker.yaml | 275 ++---------------
.../templates/svc-dolphinscheduler-api.yaml | 31 +-
.../svc-dolphinscheduler-master-headless.yaml | 10 +-
.../svc-dolphinscheduler-worker-headless.yaml | 10 +-
docker/kubernetes/dolphinscheduler/values.yaml | 75 +++--
.../apache/dolphinscheduler/common/Constants.java | 7 -
.../dolphinscheduler/common/utils/HadoopUtils.java | 36 ++-
.../src/main/resources/common.properties | 28 +-
.../src/main/assembly/dolphinscheduler-binary.xml | 2 +-
.../server/master/config/MasterConfig.java | 18 +-
.../server/worker/config/WorkerConfig.java | 20 +-
.../src/main/resources/master.properties | 15 +-
.../src/main/resources/worker.properties | 16 +-
script/dolphinscheduler-daemon.sh | 41 +--
script/scp-hosts.sh | 2 +-
tools/dependencies/check-LICENSE.sh | 6 +-
48 files changed, 1650 insertions(+), 1417 deletions(-)
create mode 100755 docker/docker-swarm/config.env.sh