You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2022/09/20 03:43:39 UTC

[dolphinscheduler-operator] 02/44: Create README.md

This is an automated email from the ASF dual-hosted git repository.

chufenggao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-operator.git

commit 96bccd0524f8c274d234a5709b427c905603a1e8
Author: nobolity <no...@users.noreply.github.com>
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
+
+![image](https://user-images.githubusercontent.com/7134124/170439546-87cce0df-6cb4-4ab1-bb01-9200309efe45.png)
+
+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