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 4c245933bf7178daba29bf8efe3dfe01e9f605df Author: caishunfeng <[email protected]> AuthorDate: Tue Sep 20 10:31:37 2022 +0800 update README --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index c03e559..36e0cf6 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,8 @@ kubectl apply -f config/ds/zookeeper If you have pv and pvc, you can config it in `config/sameples`. -<<<<<<< Updated upstream -Or you can create it with `config/ds/ds-pv.yaml` and `config/configmap/ds-pvc.yaml`. -Notice to replace the `hostPath.path` in `ds-pv.yaml`. -======= -<<<<<<< Updated upstream -======= Or you can create it with `config/ds/ds-pv.yaml` and `config/ds/ds-pvc.yaml`. Notice to replace the `hostPath.path` in `ds-pv.yaml`. ->>>>>>> Stashed changes ->>>>>>> Stashed changes And you can mount the lib in dolphinscheduler `/opt/soft` in config/samples/ds_v1alpha1_dsworker.yaml with paramter named lib_pvc_name @@ -112,20 +104,8 @@ make build && make manifests && make install && make deploy * Deploy the sample -<<<<<<< Updated upstream -```shell -cd config/samples -kubectl apply -f ds_v1alpha1_dsalert.yaml -kubectl apply -f ds_v1alpha1_api.yaml -f ds_v1alpha1_dsmaster.yaml -f ds_v1alpha1_dsworker.yaml -``` -======= -<<<<<<< Updated upstream -  -======= ```shell cd config/samples kubectl apply -f ds_v1alpha1_dsalert.yaml kubectl apply -f ds_v1alpha1_dsapi.yaml -f ds_v1alpha1_dsmaster.yaml -f ds_v1alpha1_dsworker.yaml ``` ->>>>>>> Stashed changes ->>>>>>> Stashed changes
