Commit b7ed9104 authored by Daniel Smith's avatar Daniel Smith

Merge pull request #6662 from you-n-g/patch-1

The redis-master-controller should be stopped
parents 7ce5e7bc 88d49ca6
...@@ -430,11 +430,11 @@ If you are in a live kubernetes cluster, you can just kill the pods, using a scr ...@@ -430,11 +430,11 @@ If you are in a live kubernetes cluster, you can just kill the pods, using a scr
```shell ```shell
### First, kill services and controllers. ### 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/redis-slave-controller.json
kubectl stop -f examples/guestbook/frontend-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-master-service.json
kubectl delete -f examples/guestbook/redis-slave-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 ### Troubleshooting
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment