From d663b9342b491e09840f55ea096af86a0e02a11d Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 10 May 2018 15:21:53 +0800 Subject: [PATCH] [incubator/redis-cache] typo fix in command: kubeclt->kubectl (#5476) * Add Version version: 0.3.3 * Typo fix: kubeclt->kubectl kubeclt->kubectl --- incubator/redis-cache/Chart.yaml | 2 +- incubator/redis-cache/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/redis-cache/Chart.yaml b/incubator/redis-cache/Chart.yaml index c5d6b291f0..0ac3257fa6 100644 --- a/incubator/redis-cache/Chart.yaml +++ b/incubator/redis-cache/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A pure in-memory redis cache, using statefulset and redis-sentinel-micro name: redis-cache -version: 0.3.2 +version: 0.3.3 appVersion: 3.0 home: https://redis.io/ icon: https://redis.io/images/redis-white.png diff --git a/incubator/redis-cache/README.md b/incubator/redis-cache/README.md index 47d9af4fd3..422726a9fd 100644 --- a/incubator/redis-cache/README.md +++ b/incubator/redis-cache/README.md @@ -92,7 +92,7 @@ $kubectl exec -i -t rd-dev-0 -c redis -- redis-cli -h rd-dev-2.rd-dev.default -p Kill the master ``` -$kubeclt delete po/rd-dev-0 +$kubectl delete po/rd-dev-0 pod "rd-dev-0" deleted ```