Skip to content

Commit

Permalink
docs: add note about name label (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
FUSAKLA authored Aug 4, 2022
1 parent a546f4e commit f4b3ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This operator coordinates the rollout of pods between different StatefulSets wit

## How it works

The operator coordinates the rollout of pods belonging to `StatefulSets` with the `rollout-group` label and updates strategy set to `OnDelete`. The label value should identify the group of StatefulSets to which the StatefulSet belongs to.
The operator coordinates the rollout of pods belonging to `StatefulSets` with the `rollout-group` label and updates strategy set to `OnDelete`. The label value should identify the group of StatefulSets to which the StatefulSet belongs to. Make sure the statefulset has a label `name` in its `spec.template`, the operator uses it to find pods belonging to it.

For example, given the following StatefulSets in a namespace:
- `ingester-zone-a` with `rollout-group: ingester`
Expand Down

0 comments on commit f4b3ab0

Please sign in to comment.