You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "krishna-birla (via GitHub)" <gi...@apache.org> on 2023/01/20 22:47:16 UTC

[GitHub] [yunikorn-release] krishna-birla opened a new pull request, #125: [YUNIKORN-1541] Fix helm upgrade when host network is enabled

krishna-birla opened a new pull request, #125:
URL: https://github.com/apache/yunikorn-release/pull/125

   * When the host network field is set for a deployment, the pods bind to the host port.
   * In such a case, if the new pods are scheduled on the same node as the old pods, the default rolling upgrade strategy fails as the host port is unavailable and new pods can't start, because of which old pods can't terminate.
   * Use recreate strategy in such cases, so that old pods can terminate and free up the host port for the new pods to start.


-- 
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: dev-unsubscribe@yunikorn.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org


[GitHub] [yunikorn-release] craigcondit closed pull request #125: [YUNIKORN-1541] Fix helm upgrade when host network is enabled

Posted by "craigcondit (via GitHub)" <gi...@apache.org>.
craigcondit closed pull request #125: [YUNIKORN-1541] Fix helm upgrade when host network is enabled
URL: https://github.com/apache/yunikorn-release/pull/125


-- 
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: dev-unsubscribe@yunikorn.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org