You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/01 07:23:33 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on pull request #11730: Add Kubernetes configmap reload to all components

kezhenxu94 commented on PR #11730:
URL: https://github.com/apache/dolphinscheduler/pull/11730#issuecomment-1233856888

   All works as before, when users want to change the configuration, just create a patch config like this, and it's all done.
   
   ```shell
   cat <<EOF | kubectl apply -f -
   apiVersion: v1
   data:
     application.yml: |-
       worker:
         exec-threads: 30
   kind: ConfigMap
   metadata:
     name: standalone-server
     namespace: default
   EOF
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org