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 fab2a008d46bc0f7fa349e6a059e35dad6bceaee Author: nobolity <[email protected]> AuthorDate: Wed Jun 1 11:43:40 2022 +0800 Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b15d1..5580e49 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,11 @@ **kubectl version:** *1.23.1* ## Get Started + 1. **create namespace ds** + kubectl create namespace ds + 2. **install postgres (not required)** if had no postgressql ,you can turn into config/ds/ and run *"kubectl apply -f postgreSQL/"* @@ -41,7 +44,7 @@ if had no zookeeper ,the doployment file is in config/ds/zookeeper ,run *"kubectl apply -f zookeeper/"* and record the ip ,eg :172.17.0.4 -4 **create pv and pvc (not required)** +4. **create pv and pvc (not required)** if you had pv and pvc ,you can config it in config/sameples @@ -54,6 +57,8 @@ ## how to test * replace the database config and zookeeper config paramters in config/samples/*.yaml + + * replace the nodeport in *config/samples/ds_v1alpha1_api.yaml* * in current project run *"make build&&make manifests && make install && make run"*
