kubernetes / kubernetes

Production-Grade Container Scheduling and Management

Home Page:https://kubernetes.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubelet will only get machine info when it is started.

zhangguanzhang opened this issue · comments

What would you like to be added?

Hot increase cpu/memory/storage so that kubelet can recognize it without restarting

Why is this needed?

When the node machine is expanded to these three configuration types, the calculation value source of kubelet based on eviction pod still uses old data.

I would like to add this functionality in a subsequent version, first from a feature gate as a switch

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

/sig node

hi, thanks for filing this issue. This is indeed something to improve in the kubelet. We are already discussing in kubernetes/enhancements#3953