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:43 UTC

[dolphinscheduler-operator] 06/44: Update 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 e3458a15447dcb17f513c8d37ae9f380bb4b833f
Author: nobolity <no...@users.noreply.github.com>
AuthorDate: Thu May 26 17:02:38 2022 +0800

    Update README.md
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index d08eb1b..d30238f 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,16 @@
     
     run *"kubectl apply -f api/"* in config/configmap/
     
+7. **create pv and pvc (not required)**    
+   
+    if you had pv and pvc ,you can config it in config/sameples 
+    
+    or you can create it with config/configmap/ds-pv.yaml and config/configmap/ds-pvc.yaml
+    
+    and you can mount the lib in dolphinscheduler /opt/soft  in config/samples/ds_v1alpha1_dsworker.yaml with paramter named lib_pvc_name  
+    
+    mount the logs in /opt/dolphinscheduler/logs with the paramters named log_pvc_name with pvcname
+    
  ## how to test
  
     in current project  run *"make manifests && make install && make run"*