surahman edited a comment on issue #3724:
URL: 
https://github.com/apache/incubator-heron/issues/3724#issuecomment-979433327


   **_PR (Phase 2): Add Individual Pod Template Support._**
   
   * Load Pod Templates via `heron.kubernetes.[executor | 
manager].pod.template=[ConfigMap].[Pod Template]`
   * Configure Persistent Volumes via `heron.kubernetes.[executor | 
manager].volumes.persistentVolumeClaim.[Volume Name].[Option]=[Value]`
   * Configure resources for the `manager` via 
`heron.kubernetes.manager.[limits | requests].[Option]=[Value]`
   
   I have a plan drawn out on paper. Most of the core methods within the 
`V1Controller` will remain mostly unchanged and will be reused between both the 
`manager` and `executor` Pods. This PR will mostly be rewiring the logic, 
writing tests, and improving the architecture.
   
   This will make the previous Pod Template and Persistent Volume Claim PR 
documentations obsolete. It will combine a lot of changes and contributions 
from multiple PRs.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to