Replace v1.6 with {{page.version}}. (#5692)
This commit is contained in:
@@ -201,7 +201,7 @@ This command shuts down and deletes the minikube virtual machine. No data or sta
|
|||||||
|
|
||||||
### Kubectl
|
### Kubectl
|
||||||
|
|
||||||
The `minikube start` command creates a "[kubectl context](/docs/user-guide/kubectl/v1.6/#-em-set-context-em-)" called "minikube".
|
The `minikube start` command creates a "[kubectl context](/docs/user-guide/kubectl/{{page.version}}/#-em-set-context-em-)" called "minikube".
|
||||||
This context contains the configuration to communicate with your minikube cluster.
|
This context contains the configuration to communicate with your minikube cluster.
|
||||||
|
|
||||||
Minikube sets this context to default automatically, but if you need to switch back to it in the future, run:
|
Minikube sets this context to default automatically, but if you need to switch back to it in the future, run:
|
||||||
|
|||||||
@@ -442,7 +442,7 @@ master.
|
|||||||
## Tear down
|
## Tear down
|
||||||
|
|
||||||
To undo what kubeadm did, you should first [drain the
|
To undo what kubeadm did, you should first [drain the
|
||||||
node](/docs/user-guide/kubectl/v1.6/#drain) and make
|
node](/docs/user-guide/kubectl/{{page.version}}/#drain) and make
|
||||||
sure that the node is empty before shutting it down.
|
sure that the node is empty before shutting it down.
|
||||||
|
|
||||||
Talking to the master with the appropriate credentials, run:
|
Talking to the master with the appropriate credentials, run:
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ Get a list of pods:
|
|||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture whatsnext %}
|
{% capture whatsnext %}
|
||||||
Learn more about [kubectl proxy](/docs/user-guide/kubectl/v1.6/#proxy).
|
Learn more about [kubectl proxy](/docs/user-guide/kubectl/{{page.version}}/#proxy).
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% include templates/task.md %}
|
{% include templates/task.md %}
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ Create a Pod that uses your Secret, and verify that the Pod is running:
|
|||||||
* Learn more about [Secrets](/docs/concepts/configuration/secret/).
|
* Learn more about [Secrets](/docs/concepts/configuration/secret/).
|
||||||
* Learn more about
|
* Learn more about
|
||||||
[using a private registry](/docs/concepts/containers/images/#using-a-private-registry).
|
[using a private registry](/docs/concepts/containers/images/#using-a-private-registry).
|
||||||
* See [kubectl create secret docker-registry](/docs/user-guide/kubectl/v1.6/#-em-secret-docker-registry-em-).
|
* See [kubectl create secret docker-registry](/docs/user-guide/kubectl/{{page.version}}/#-em-secret-docker-registry-em-).
|
||||||
* See [Secret](/docs/api-reference/{{page.version}}/#secret-v1-core)
|
* See [Secret](/docs/api-reference/{{page.version}}/#secret-v1-core)
|
||||||
* See the `imagePullSecrets` field of
|
* See the `imagePullSecrets` field of
|
||||||
[PodSpec](/docs/api-reference/{{page.version}}/#podspec-v1-core).
|
[PodSpec](/docs/api-reference/{{page.version}}/#podspec-v1-core).
|
||||||
|
|||||||
+1
-1
@@ -948,7 +948,7 @@ template:
|
|||||||
{% capture whatsnext %}
|
{% capture whatsnext %}
|
||||||
- [Managing Kubernetes Objects Using Imperative Commands](/docs/tutorials/object-management-kubectl/imperative-object-management-command/)
|
- [Managing Kubernetes Objects Using Imperative Commands](/docs/tutorials/object-management-kubectl/imperative-object-management-command/)
|
||||||
- [Imperative Management of Kubernetes Objects Using Configuration Files](/docs/tutorials/object-management-kubectl/imperative-object-management-configuration/)
|
- [Imperative Management of Kubernetes Objects Using Configuration Files](/docs/tutorials/object-management-kubectl/imperative-object-management-configuration/)
|
||||||
- [Kubectl Command Reference](/docs/user-guide/kubectl/v1.6/)
|
- [Kubectl Command Reference](/docs/user-guide/kubectl/{{page.version}}/)
|
||||||
- [Kubernetes Object Schema Reference](/docs/resources-reference/{{page.version}}/)
|
- [Kubernetes Object Schema Reference](/docs/resources-reference/{{page.version}}/)
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ kubectl create --edit -f /tmp/srv.yaml
|
|||||||
{% capture whatsnext %}
|
{% capture whatsnext %}
|
||||||
- [Managing Kubernetes Objects Using Object Configuration (Imperative)](/docs/tutorials/object-management-kubectl/imperative-object-management-configuration/)
|
- [Managing Kubernetes Objects Using Object Configuration (Imperative)](/docs/tutorials/object-management-kubectl/imperative-object-management-configuration/)
|
||||||
- [Managing Kubernetes Objects Using Object Configuration (Declarative)](/docs/tutorials/object-management-kubectl/declarative-object-management-configuration/)
|
- [Managing Kubernetes Objects Using Object Configuration (Declarative)](/docs/tutorials/object-management-kubectl/declarative-object-management-configuration/)
|
||||||
- [Kubectl Command Reference](/docs/user-guide/kubectl/v1.6/)
|
- [Kubectl Command Reference](/docs/user-guide/kubectl/{{page.version}}/)
|
||||||
- [Kubernetes Object Schema Reference](/docs/resources-reference/{{page.version}}/)
|
- [Kubernetes Object Schema Reference](/docs/resources-reference/{{page.version}}/)
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user