From 797b769ad8ef926f534a56a93a92dc9f280c2cee Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Tue, 11 Jul 2017 02:19:45 +0800 Subject: [PATCH] nodes.md change v1.6 to v1.7 (#4327) * change v1.6 to v1.7 Signed-off-by: jianglingxia * update it --- docs/admin/extensible-admission-controllers.md | 6 +++--- docs/concepts/architecture/nodes.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin/extensible-admission-controllers.md b/docs/admin/extensible-admission-controllers.md index 0df6526e9a..6268639bdc 100644 --- a/docs/admin/extensible-admission-controllers.md +++ b/docs/admin/extensible-admission-controllers.md @@ -94,7 +94,7 @@ you need to: ### Deploy an initializer controller You should deploy an initializer controller via the [deployment -API](/docs/api-reference/v1.6/#deployment-v1beta1-apps). +API](/docs/api-reference/{{page.version}}/#deployment-v1beta1-apps). ### Configure initializers on the fly @@ -216,9 +216,9 @@ See [caesarxuchao/example-webhook-admission-controller deployment](https://githu for an example deployment. The webhook admission controller should be deployed via the -[deployment API](/docs/api-reference/v1.6/#deployment-v1beta1-apps). +[deployment API](/docs/api-reference/{{page.version}}/#deployment-v1beta1-apps). You also need to create a -[service](/docs/api-reference/v1.6/#service-v1-core) as the +[service](/docs/api-reference/{{page.version}}/#service-v1-core) as the front-end of the deployment. ### Configure webhook admission controller on the fly diff --git a/docs/concepts/architecture/nodes.md b/docs/concepts/architecture/nodes.md index ac4da294e4..38441b3ca5 100644 --- a/docs/concepts/architecture/nodes.md +++ b/docs/concepts/architecture/nodes.md @@ -263,4 +263,4 @@ on each kubelet where you want to reserve resources. Node is a top-level resource in the Kubernetes REST API. More details about the API object can be found at: [Node API -object](/docs/api-reference/v1.6/#node-v1-core). +object](/docs/api-reference/{{page.version}}/#node-v1-core).