From 88d49ca6a92506dd3bff4a68c5673d6049b40281 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Fri, 10 Apr 2015 07:05:15 +0800 Subject: [PATCH] The redis-master-controller should be stopped The redis-master-controller should be stopped, and the redis-master will be deleted automatically. --- examples/guestbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index 13b7993d472..6dc0f2d3bdf 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -430,11 +430,11 @@ If you are in a live kubernetes cluster, you can just kill the pods, using a scr ```shell ### First, kill services and controllers. +kubectl stop -f examples/guestbook/redis-master-controller.json kubectl stop -f examples/guestbook/redis-slave-controller.json kubectl stop -f examples/guestbook/frontend-controller.json kubectl delete -f examples/guestbook/redis-master-service.json kubectl delete -f examples/guestbook/redis-slave-service.json -kubectl delete pod redis-master # This is the only pod that requires manual removal. ``` ### Troubleshooting