duplicate not (#5347)

This commit is contained in:
jianglingxia
2017-09-09 00:04:16 +08:00
committed by Steve Perry
parent edb249a74f
commit 93133cca2f
@@ -70,7 +70,7 @@ kubectl patch statefulsets <stateful-set-name> -p '{"spec":{"replicas":<new-repl
## Troubleshooting ## Troubleshooting
### Scaling down doesn't not work right ### Scaling down doesn't work right
You cannot scale down a StatefulSet when any of the stateful Pods it manages is unhealthy. Scaling down only takes place You cannot scale down a StatefulSet when any of the stateful Pods it manages is unhealthy. Scaling down only takes place
after those stateful Pods become running and ready. after those stateful Pods become running and ready.