fix broken link target

This commit is contained in:
Bin Liu
2017-12-21 16:13:15 +08:00
committed by bin liu
parent 0f0ccd13b0
commit fc524bd7e3
6 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ during application updates is configured in the controller spec.
(Learn about [updating a deployment](/docs/concepts/workloads/controllers/deployment/#updating-a-deployment).)
When a pod is evicted using the eviction API, it is gracefully terminated (see
`terminationGracePeriodSeconds` in [PodSpec](/docs/resources-reference/{{page.version}}/#podspec-v1-core).)
`terminationGracePeriodSeconds` in [PodSpec](/docs/api-reference/{{page.version}}/#podspec-v1-core).)
## PDB Example