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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to