chengshiwen commented 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.
   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:
[email protected]


Reply via email to