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 2021/02/06 09:02:59 UTC

[GitHub] [incubator-dolphinscheduler] chengshiwen edited a comment on issue #4419: [Question] the progress support k8s deployment

chengshiwen edited a comment on issue #4419:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4419#issuecomment-774428803


   @zhaorongsheng Hi, let you wait for a long time.
   In the next 1.3.5-release, we adjust k8s deployment (this deployment is not the official **Controller** `**Deployment**`: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/):
   - Remove `frontend`
   - Support resource storage for `file:///`
   - Fix task log disappear after recreating or upgrading helm release from #3298
     - Fixing this bug requires a stable and unique network identifiers
     - Only **StatefulSets** meets the requirements from [Official Document](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#using-statefulsets)
   - Improve K8s a lot
   
   ```
   api: Deployment
   alert: Deployment
   master: StatefulSet (contains logger)
   worker: StatefulSet
   ```
   
   Conclusion: K8s deployment is supported, but the **Controller Deployment** for master and worker will not be considering.
   
   In the next few days, we will close this pr, if you have no questions.
   
   Thanks!
   
   


----------------------------------------------------------------
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.

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