Open
Description
- https://github.com/kubernetes/website/blob/main/content/en/docs/reference/glossary/taint.md
- https://github.com/kubernetes/website/blob/main/content/en/docs/reference/glossary/toleration.md
Problem:
- Regarding the explanation of taint, the Glossary list of core objects is wrong #45972 issue removed the
core-object
tag, but the phrasecore object
remains in the description, which may cause confusion. - For both taint and toleration, the phrasing
three required properties: key, value, and effect
is used. However, for taint, the value property is optional (notrequired
). Also, for toleration, we can omit one of the key, value, or effect properties.
Proposed Solution:
- Remove the phrase
core object
from the taint description. - Remove the term
required
from the descriptions of both taint and toleration.
FYI: