Fix link to scale subresource (#16566)

add missing leading /
This commit is contained in:
David Benque
2019-09-27 23:30:43 +02:00
committed by Kubernetes Prow Robot
parent 657c976468
commit b2ad42d1a4
@@ -49,7 +49,7 @@ specified by one of the built-in Kubernetes controllers:
In this case, make a note of the controller's `.spec.selector`; the same In this case, make a note of the controller's `.spec.selector`; the same
selector goes into the PDBs `.spec.selector`. selector goes into the PDBs `.spec.selector`.
From version 1.15 PDBs support custom controllers where the [scale subresource](docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#scale-subresource) is enabled. From version 1.15 PDBs support custom controllers where the [scale subresource](/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#scale-subresource) is enabled.
You can also use PDBs with pods which are not controlled by one of the above You can also use PDBs with pods which are not controlled by one of the above
controllers, or arbitrary groups of pods, but there are some restrictions, controllers, or arbitrary groups of pods, but there are some restrictions,