update exec command

This commit is contained in:
garciaolais
2020-06-22 22:46:02 -05:00
parent b8f5d72cd7
commit ca71d9142f
4 changed files with 4 additions and 4 deletions
@@ -90,7 +90,7 @@ pod/redis 1/1 Running 0 52s
`kubectl exec`를 사용해 파드 속에서 `redis-cli` 툴을 실행해 본다.
```shell
kubectl exec -it redis redis-cli
kubectl exec -it redis -- redis-cli
127.0.0.1:6379> CONFIG GET maxmemory
1) "maxmemory"
2) "2097152"