Broken Link fix (#17484)

Fixed link to PodDisruptionBudget task.
pull/17499/head
Oleg Butuzov 2019-11-08 19:30:52 +02:00 committed by Kubernetes Prow Robot
parent 580b1d66fb
commit 2f72bb5089
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ kubectl get crontabs my-new-cron-object -o jsonpath='{.spec.replicas}'
5
```
You can use a [PodDisruptionBudget](docs/tasks/run-application/configure-pdb/) to protect custom resources that have the scale subresource enabled.
You can use a [PodDisruptionBudget](/docs/tasks/run-application/configure-pdb/) to protect custom resources that have the scale subresource enabled.
### Categories