Kerwin
2a97ca39e1
Added documentation for release 3.1.8 ( #14595 )
1 year ago
Kerwin
2deafb0b6d
Added 3.1.7 release document ( #14172 )
1 year ago
Kerwin
be2157f5da
[release][3.1.6] Doc release 3.1.6 ( #14069 )
...
* Added 3.1.6 release document
2 years ago
zhuangchong
c4efc242ff
Add release Helm Chart #13385
2 years ago
Kerwin
45b07a3f5d
add release 3.1.5 version ( #13839 )
2 years ago
Aaron Wang
43a3fdf90b
cherry-pick [Bug-13666] remove WORKER_GROUP in values.yaml #13718
2 years ago
Kerwin
20e98691b6
Updated documentation and code to version 3.1.4 ( #13589 )
2 years ago
旺阳
5d3f9f2a01
[Fix][Worker] alert email in sql task in K8S ( #13387 )
2 years ago
Kerwin
b973272f15
[3.1.3-prepare][doc]3.1.3 Preparations before release ( #13329 )
2 years ago
Kerwin
116eff6663
[3.1.2-prepare][version] Modify the version to 3.1.2 ( #13121 )
2 years ago
旺阳
a8f86de597
[Fix] Fix Java path in Kubernetes Helm Chart ( #12987 )
2 years ago
旺阳
5fe9b5c316
fix and enhance helm db config ( #12707 )
2 years ago
Kerwin
0fcbc5e401
[3.1.1][release] Update version to 3.1.1 before release ( #12755 )
2 years ago
旺阳
43650bf721
Add pythonNodePort in config file ( #12685 )
2 years ago
kezhenxu94
cff3df1c45
Add configmap resource permissions so config hot reload can work ( #12572 )
2 years ago
kezhenxu94
af031ef9f8
Add mysql support to helm chart ( #12517 )
2 years ago
caishunfeng
f982e1d2a2
[3.1.0-prepare] Update version to 310 ( #12146 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
陈家名
399f62cba2
[bug][k8s] Change the config file keys in K8s to be the same as those in common.properties ( #11812 )
2 years ago
陈家名
7a85b930d7
[k8s] Delete unnecessary configurations. ( #11808 )
2 years ago
爱穿格子裤
1c15a7d605
[fix-11404]: make the common.properties to configurable on values.yaml ( #11441 )
...
and set the resource.storage.type default to hdfs
2 years ago
caishunfeng
b03f2e22cd
fix k8s master and worker start error ( #11156 )
2 years ago
Lyle Shaw
5855274b26
[Fix-10652] fix docker-compose.yml ( #10653 )
...
* [Fix-10652] fix docker-compose.yml
* [Fix-10652] fix docker-stack.yml
* [Fix-10652] fix python api port in k8s config
* Update deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
* [Fix-10652] fix { { to {{
* [Fix-10652] del space between {{ and -
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
旺阳
0b377f72b1
[Fix-10400]Fix K8s deployment bitnami version error ( #10567 )
...
* Fix k8s bitnami bug
* add comments
2 years ago
旺阳
388b214aca
[fix] Change K8s postgresql password key name ( #10545 )
2 years ago
Mr.An
a7e20798cb
Update chart.yaml dependencies version ( #10420 )
2 years ago
Hwting
5803d5c07c
[fix][deploy]fix run on kubernetes bug ( #10379 )
...
* [fix][kubernetes]fix run on kubernetes bug
Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil"
* [fix][kubernetes]fix run on kubernetes bug
Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil"
2 years ago
caishunfeng
b1885c7a26
[Bug] fix run on docker and k8s ( #10026 )
...
* fix docker-compose init schema
* recovery depend on zk
* update doc and dockerfile
* fix run on k8s
* udpate doc
* add DOCKER flag & update doc
* remove repeat DOCKER env
3 years ago
jiachuan.zhu
24e455304c
Add ingress annotations ( #9492 )
3 years ago
Eric Gao
fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT ( #9223 ) ( #9299 )
3 years ago
Jiajie Zhong
3457cee960
[python] Migrate pythonGatewayServer into api server ( #9372 )
...
Currently the size of our distribute package is up to
800MB, this patch is migrate python gateway server into
api server
The distribute package size before and after this patch is:
```sh
# before
796M apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
# after
647M apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
```
3 years ago
simsicon
a38adcb579
Fix https://github.com/apache/dolphinscheduler/issues/8602 ( #8604 )
3 years ago
Kerwin
103ccb01da
change version to 2.0.4-SNAPSHOT ( #8188 )
3 years ago
wind
c16f65e0d1
[conf] Update master config on k8s ( #8045 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Jiajie Zhong
da4a85943c
[python] Add independent deployment for python gateway server ( #7549 )
...
* [python] Add independent deployment to python gateway server
* Correct some error
* Add missing deployment change
* Add missing expose port
* Add missing standalone config
* Keyword change from rpc to socket
* try to fix
* Add python gateway server to scp-hosts.sh
3 years ago
Aaron Lin
7fd94ffa40
[Improvement][Logger]Remove the logger server from the deployment ( #7837 )
3 years ago
kezhenxu94
12b46dfaa6
Adjust Helm Chart templates in dev branch ( #7353 )
3 years ago
kezhenxu94
67cc260d52
Split the components into individual package, refactor configurations to use Spring properties ( #7160 )
...
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
3 years ago