File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tutorials/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ redis-config:
109109Use ` kubectl exec ` to enter the pod and run the ` redis-cli ` tool to check the current configuration:
110110
111111``` shell
112- kubectl exec -it redis -- redis-cli
112+ kubectl exec -it pod/ redis -- redis-cli
113113```
114114
115115Check ` maxmemory ` :
@@ -173,7 +173,7 @@ maxmemory-policy allkeys-lru
173173Check the Redis Pod again using ` redis-cli ` via ` kubectl exec ` to see if the configuration was applied:
174174
175175``` shell
176- kubectl exec -it redis -- redis-cli
176+ kubectl exec -it pod/ redis -- redis-cli
177177```
178178
179179Check ` maxmemory ` :
@@ -213,7 +213,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/main/conte
213213Now re-check the configuration values one last time:
214214
215215``` shell
216- kubectl exec -it redis -- redis-cli
216+ kubectl exec -it pod/ redis -- redis-cli
217217```
218218
219219Check ` maxmemory ` :
You can’t perform that action at this time.
0 commit comments