This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-operator.git
commit 96bccd0524f8c274d234a5709b427c905603a1e8 Author: nobolity <[email protected]> AuthorDate: Thu May 26 15:35:53 2022 +0800 Create README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 0000000..96e95e1 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# dolphinscheduler-operator + + +## Project Status + +**Project status:** *alpha1* + +**Current API version:** *`v1alpha1`* + +## Prerequisites + +**go version :** *go1.17.6* + +**minikube version:** *v1.25.1* + +**kubebuilder version:** *3.3.0* + +## Get Started +1. create namespace ds + +2. install postgres (not required) + + if had no postgressql ,you can turn into config/configmap and run *kubectl apply -f postgreSQL/* + + connect to postgressql and run the sql script in dolphinscheduler/dolphinscheduler-dao/resources/sql + + record the deployment ip 172.17.0.3 + + + +3. install zookeeper(not required) + if had no zookeeper ,the doployment file is in config/configmap/zookeeper ,run "kubectl apply -f zookeeper/" and record the ip ,eg :172.17.0.4
