Skip to content

Commit 8fb0a7b

Browse files
Merge pull request #2327 from Zerpet/document-scale-to-zero
Document scale to zero feature
2 parents 9a61bb5 + 545be7e commit 8fb0a7b

File tree

1 file changed

+4
-0
lines changed
  • kubernetes/operator/using-operator

1 file changed

+4
-0
lines changed

kubernetes/operator/using-operator/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ spec:
216216
replicas: 3
217217
```
218218
219+
**Since v2.16.0**, it is possible to scale to zero. It is **not possible to down scale**. Only scaling to
220+
zero is allowed, and then scaling back to the original number. A potential use case is to save resources
221+
over a period of expected inactivity (e.g. weekends). All data is preserved when scaling to zero.
222+
219223
### Image {#images}
220224
221225
**Description:** Specify the RabbitMQ image reference.

0 commit comments

Comments
 (0)