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

[proposal] More responsive Pod States Informer #1979

Open
saintube opened this issue Mar 29, 2024 · 0 comments
Open

[proposal] More responsive Pod States Informer #1979

saintube opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels
area/koordlet kind/proposal Create a report to help us improve
Milestone

Comments

@saintube
Copy link
Member

What is your proposal:

There are scenarios in which we want the Koordlet to retrieve the up-to-date pod states from the Kubelet via the statesInformer. However, the current pod statsInformer is only notified by the pod creation and timer, which means the pod update events like the change of the labels and annotations are ignored.

Here we want to enhance the responsiveness of the Koordlet's statesInformer. The Koordlet should know the pod updates and retrieve the pod states in time. Furthermore, a pod update callback should be added to notify the other modules that rely on the pod metadata.

Why is this needed:

Is there a suggested solution, if so, please add it:

@saintube saintube added area/koordlet kind/proposal Create a report to help us improve labels Mar 29, 2024
@saintube saintube self-assigned this Mar 29, 2024
@ZiMengSheng ZiMengSheng added this to the v1.5 milestone May 7, 2024
@jasonliu747 jasonliu747 modified the milestones: v1.5, v1.6 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/koordlet kind/proposal Create a report to help us improve
Projects
None yet
Development

No branches or pull requests

3 participants