pod updates:how to change the fields of spec.containers[].resources.request.cpu(memory) #104737
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/apps
Categorizes an issue or PR as relevant to SIG Apps.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
sig/scheduling
Categorizes an issue or PR as relevant to SIG Scheduling.
Is it possible to change request only without pod restart? I know about #24913. But requests seems to me to be safe to change
Example of usage:
We have blue green deployment. When new pods are starting they need few resources. When they switched to production poods need more resources (request only). After deployment all old pods would be active for some time with lower requests. To be sure everything is ok.
The text was updated successfully, but these errors were encountered: