Skip to content

Commit

Permalink
docs: Update ephemeral-metadata.md with a small fix (#3782)
Browse files Browse the repository at this point in the history
Update ephemeral-metadata.md

A small grammatical fix.

Signed-off-by: Andy Reitz <ajr9@po.cwru.edu>
  • Loading branch information
areitz authored Aug 12, 2024
1 parent 54cef88 commit 8f74229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/ephemeral-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ One use case is for a Rollout to label or annotate the desired/stable pods with
labels/annotations, for _only_ the duration which they are the desired or stable set, and for the
labels to be updated/removed as soon as the ReplicaSet switches roles (e.g. from desired to stable).
The use case which this enables, is to allow prometheus, wavefront, datadog queries and dashboards
to be built, which can rely on a consistent labels, rather than the `rollouts-pod-template-hash`
to be built, which can rely on a consistent list of labels, rather than the `rollouts-pod-template-hash`
which is unpredictable and changing from revision to revision.

A Rollout using the canary strategy has the ability to attach ephemeral metadata to the stable or
Expand Down

0 comments on commit 8f74229

Please sign in to comment.