Merge pull request #6726 from liubin/patch-1

fix broken link target
This commit is contained in:
Qiming
2017-12-22 14:47:50 +08:00
committed by GitHub
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