The redis-master-controller should be stopped

The redis-master-controller should be stopped, and the redis-master will be deleted automatically.
This commit is contained in:
you-n-g 2015-04-10 07:05:15 +08:00
parent 10bc1ce089
commit a58356ea02
1 changed files with 1 additions and 1 deletions

View File

@ -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