Incorrect link to redis-pod.yaml in Configuring Redis using a ConfigMap tutorial (#8990)
This commit is contained in:
@@ -95,7 +95,7 @@ You can follow the steps below to configure a Redis cache using data stored in a
|
|||||||
1. Create the pod:
|
1. Create the pod:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl create -f https://k8s.io/tutorials/configuration/configmap/redis/redis-pod.yaml
|
kubectl create -f https://k8s.io/docs/tutorials/configuration/configmap/redis/redis-pod.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
In the example, the config volume is mounted at `/redis-master`.
|
In the example, the config volume is mounted at `/redis-master`.
|
||||||
|
|||||||
Reference in New Issue
Block a user