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 de777f510a1a1f307fa7079418aea0c8954e5d3c Author: nobolity <[email protected]> AuthorDate: Wed Jun 1 11:37:50 2022 +0800 Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c6144..f921482 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,20 @@ ## how to test + * replace the database config and zookeeper config paramters in config/samples/*.yaml + * in current project run *"make build&&make manifests && make install && make run"* - * cd to config/ds + * cd to config/ds/samples * first run *"kubectl apply -f ds_v1alpha1_dsalert.yaml "* * then run *"kubectl apply -f ds_v1alpha1_api.yaml -f ds_v1alpha1_dsmaster.yaml -f ds_v1alpha1_dsworker.yaml "* + + ## the result + +  +
