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

feat(scheduling): update KEP to implemented #1437

Merged
merged 1 commit into from
Jan 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ approvers:
editor: TBD
creation-date: 2019-10-11
last-updated: 2019-10-11
status: implementable
status: implemented
see-also:
- "https://docs.google.com/document/d/10Ch3dhD88mnHYTq9q4jtX3e9e6gpndC78g5Ea6q4JY4/edit#heading=h.dtxm02f9bgaw"
---
Expand Down Expand Up @@ -88,10 +88,10 @@ ScheduleDaemonSetPods currently has multiple tests in various components that us

**Note:** *Section not required until targeted at a release.*

- [ ] Graduate ScheduleDaemonSetPods to GA
- [ ] Remove suspenedDaemonPods which handles Pod deleted on the nodes
- [ ] Refactor nodeShouldRunDaemonPod to remove useless return values
- [ ] Update documents to reflect the changes
- [x] Graduate ScheduleDaemonSetPods to GA
- [x] Remove suspenedDaemonPods which handles Pod deleted on the nodes
- [x] Refactor nodeShouldRunDaemonPod to remove useless return values
- [x] Update documents to reflect the changes

## Implementation History

Expand Down