From f510270b157a13e91ffdfc548e89874f2005a602 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Fri, 6 Apr 2018 06:57:09 -0700 Subject: [PATCH] Fix hard-coded API version (#8004) --- docs/tasks/run-application/update-api-object-kubectl-patch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/run-application/update-api-object-kubectl-patch.md b/docs/tasks/run-application/update-api-object-kubectl-patch.md index 9750a702a5..ff54709b0f 100644 --- a/docs/tasks/run-application/update-api-object-kubectl-patch.md +++ b/docs/tasks/run-application/update-api-object-kubectl-patch.md @@ -158,7 +158,7 @@ You can also see the patch strategy in the ``` And you can see the patch strategy in the -[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/v1.9/#podspec-v1-core). +[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{page.version}}/#podspec-v1-core). Create a file named `patch-file-tolerations.yaml` that has this content: