Documentation on scaling Jobs is incorrect and/or misleading #7395
Closed
Description
This is a...
- Feature Request
- Bug Report
Problem:
The page on Jobs says
You can also use the scale
subresource
of the Job resource.
This is incorrect -- see kubernetes/kubernetes#38756 (comment) and https://github.com/kubernetes/kubernetes/tree/master/pkg/registry/batch/job, and should just be removed.
It also says
A job can be scaled up using the
kubectl scale
command
If the deprecation mentioned above goes through, we might want to note that it's deprecated.
cc @soltysh @kubernetes/sig-apps-misc
Page to Update:
https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/