You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-scheduling/5055-dra-device-taints-and-tolerations/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,16 +122,16 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
122
122
-[x] (R) KEP approvers have approved the KEP status as `implementable`
123
123
-[x] (R) Design details are appropriately documented
124
124
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
125
-
-[] e2e Tests for all Beta API Operations (endpoints)
125
+
-[x] e2e Tests for all Beta API Operations (endpoints)
126
126
-[ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
127
127
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
128
128
-[x] (R) Graduation criteria is in place
129
129
-[ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
130
130
-[x] (R) Production readiness review completed
131
131
-[x] (R) Production readiness review approved
132
132
-[x] "Implementation History" section is up-to-date for milestone
133
-
-[] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
134
-
-[] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
133
+
-[x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
134
+
-[x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
135
135
136
136
<!--
137
137
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -174,8 +174,7 @@ ResourceClaim.
174
174
175
175
### Non-Goals
176
176
177
-
- Not part of the plan for alpha: developing a kubectl command for managing device taints.
178
-
This may be reconsidered.
177
+
- Not part of the plan for this KEP: developing a kubectl command for managing device taints.
179
178
180
179
## Proposal
181
180
@@ -240,8 +239,7 @@ Without a kubectl extension similar to `kubectl taint nodes`, the user
240
239
experience for admins will be a bit challenging. They need to decide how to
241
240
identify the device (by name or with a CEL expression), manually create a
242
241
DeviceTaintRule with a unique name, then remember to remove that
243
-
DeviceTaintRule again. For beta, support in `kubectl` for common
244
-
operations may be needed.
242
+
DeviceTaintRule again.
245
243
246
244
Users might be tempted to tolerate taints to get their pods running. They do
247
245
that at their own risk. Depending on the taint, the application then may not
0 commit comments