Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.4原地升级失效 #1621

Open
wingyiu opened this issue May 13, 2024 · 1 comment
Open

1.5.4原地升级失效 #1621

wingyiu opened this issue May 13, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working

Comments

@wingyiu
Copy link

wingyiu commented May 13, 2024

v1.5.4

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

@wingyiu wingyiu added the kind/bug Something isn't working label May 13, 2024
@wingyiu wingyiu changed the title [BUG] YOUR_TITLE 1.5.4原地升级失效 May 13, 2024
@furykerry
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants