Replace v1.7 with {{page.version}}. (#5688)

This commit is contained in:
Steve Perry
2017-09-29 13:39:35 -07:00
committed by GitHub
parent cce1491c12
commit 1edf6ea927
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ The data field is a map. Its keys must match
[`DNS_SUBDOMAIN`](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md), except that leading dots are also
allowed. The values are arbitrary data, encoded using base64.
Create the secret using [`kubectl create`](/docs/user-guide/kubectl/v1.7/#create):
Create the secret using [`kubectl create`](/docs/user-guide/kubectl/{{page.version}}/#create):
```shell
$ kubectl create -f ./secret.yaml