You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
我的业务中有这样一个需求,Pod中有多个容器,每个容器进行原地更新时的处理会稍有不同,比如 A 容器在进入原地更新时,不用等待 Lifecycle Hook 机制,而 B 容器在进入原地更新时需要等待 Lifecycle Hook 机制,但我尝试后发现,当容器进入 PreparingUpdate 阶段时,没有任何信息能拿到哪个容器正在进行原地更新,也没有 apps.kruise.io/inplace-update-state 注解。
What would you like to be added:
我的业务中有这样一个需求,Pod中有多个容器,每个容器进行原地更新时的处理会稍有不同,比如 A 容器在进入原地更新时,不用等待 Lifecycle Hook 机制,而 B 容器在进入原地更新时需要等待 Lifecycle Hook 机制,但我尝试后发现,当容器进入 PreparingUpdate 阶段时,没有任何信息能拿到哪个容器正在进行原地更新,也没有 apps.kruise.io/inplace-update-state 注解。
可否在更新的任意阶段都增加 apps.kruise.io/inplace-update-state 信息?
或者,是否还有其他方案能在 PreparingUpdate 阶段获取到哪个容器正在执行原地更新?
Why is this needed:
The text was updated successfully, but these errors were encountered: