* Documentation for ApplySet-based pruning (KEP3659)
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Add ApplySet labels and annotations to well-known list
* Minor fixups
* Address feedback on label/annotation listing
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* fix label vs annotation copy-paste errors
* Update prefix to kubernetes.io
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
In doc on Declarative Management of K8s object, there is explanation
of 'Default field values of K8s object set by K8s apiserver'.
In this explanation, there is examples of resource of K8s object.
And in this example, there is notes on what field value is set by
apiserver by default. But there is lack of a word in one of these
notes. This commit fixes it.