Merge branch 'master' into dev-1.17-ja.3

This commit is contained in:
inductor(Kohei)
2020-07-27 16:59:09 +09:00
committed by GitHub
1344 changed files with 41372 additions and 23746 deletions
@@ -89,7 +89,7 @@ pod/redis 1/1 Running 0 52s
`kubectl exec`を使ってPodに入り、`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"