Fix references to ConfigMap in Tutorials
This commit is contained in:
@@ -247,7 +247,7 @@ federation, and
|
|||||||
in your federation DNS.
|
in your federation DNS.
|
||||||
|
|
||||||
You can find more details about config maps in general at
|
You can find more details about config maps in general at
|
||||||
[config map](/docs/tasks/configure-pod-container/configmap/).
|
[config map](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
||||||
|
|
||||||
### Kubernetes 1.4 and earlier: Setting federations flag on kube-dns-rc
|
### Kubernetes 1.4 and earlier: Setting federations flag on kube-dns-rc
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ title: Configuring Redis using a ConfigMap
|
|||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
|
|
||||||
This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the [Using ConfigMap Data in Pods](/docs/tasks/configure-pod-container/configure-pod-configmap/) and [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configmap/) tasks.
|
This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) task.
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
@@ -23,8 +23,7 @@ This page provides a real world example of how to configure Redis using a Config
|
|||||||
{% capture prerequisites %}
|
{% capture prerequisites %}
|
||||||
|
|
||||||
* {% include task-tutorial-prereqs.md %}
|
* {% include task-tutorial-prereqs.md %}
|
||||||
* Understand [Using ConfigMap Data in Pods](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
* Understand [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
||||||
* Understand [Configure Containers Using a ConfigMap](/docs/tasks/configure-pod-container/configmap/).
|
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
@@ -120,8 +119,7 @@ You can follow the steps below to configure a Redis cache using data stored in a
|
|||||||
|
|
||||||
{% capture whatsnext %}
|
{% capture whatsnext %}
|
||||||
|
|
||||||
* Learn more about [ConfigMaps](/docs/tasks/configure-pod-container/configmap/).
|
* Learn more about [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/).
|
||||||
* See [Using ConfigMap Data in Pods](/docs/tasks/configure-pod-container/configure-pod-configmap).
|
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user