Unverified Commit 0e44d8c4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #64354 from mtaufen/dkcfg-safe-fields

Automatic merge from submit-queue (batch tested with PRs 64009, 64780, 64354, 64727, 63650). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. per-field dynamic config advice Dynamic Kubelet config gives cluster admins and k8s-as-a-service providers a lot of flexibility around reconfiguring the Kubelet in live environments. With great power comes great responsibility. These comments intend to provide more nuanced guidance around using dynamic Kubelet config by adding items to consider when changing various fields and pointing out where cluster admins and k8s-as-service providers should maintain extra caution. @kubernetes/sig-node-pr-reviews PLEASE provide feedback and help fill in the blanks here, I don't have domain expertise in all of these features. https://github.com/kubernetes/features/issues/281 ```release-note NONE ```
parents 216009fb 5afde178
...@@ -260,7 +260,7 @@ type KubeletConfiguration struct { ...@@ -260,7 +260,7 @@ type KubeletConfiguration struct {
// Maximum number of container log files that can be present for a container. // Maximum number of container log files that can be present for a container.
ContainerLogMaxFiles int32 ContainerLogMaxFiles int32
/* following flags are meant for Node Allocatable */ /* the following fields are meant for Node Allocatable */
// A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs // A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs
// that describe resources reserved for non-kubernetes components. // that describe resources reserved for non-kubernetes components.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment