kruise icon indicating copy to clipboard operation
kruise copied to clipboard

1.5.4原地升级失效

Open wingyiu opened this issue 9 months ago • 3 comments

v1.5.4

问题:Env 的key value均保持一致,但顺序改变,原地升级无效

wingyiu avatar May 13 '24 10:05 wingyiu

It is working as expected. Currently k8s apiserver will reject any pod updates other than container images and metadata, that is to say, changing of env orders will be also rejected. If you want to inplace update container envs. You have to wire the environment with metadata using Downward API, and changes the corresponding metadata. see. https://openkruise.io/docs/core-concepts/inplace-update for more details.

furykerry avatar May 14 '24 09:05 furykerry

/kind question /kind-remove bug

liangyuanpeng avatar Jul 03 '24 03:07 liangyuanpeng

/remove-kind bug

liangyuanpeng avatar Jul 03 '24 03:07 liangyuanpeng