From f4edc33cd7ada20827313400a372dec04c448bf6 Mon Sep 17 00:00:00 2001 From: Andy Reitz Date: Fri, 9 Aug 2024 17:17:06 -0700 Subject: [PATCH] Update ephemeral-metadata.md A small grammatical fix. --- docs/features/ephemeral-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/ephemeral-metadata.md b/docs/features/ephemeral-metadata.md index 0a2d0f50e9..346aac31d8 100644 --- a/docs/features/ephemeral-metadata.md +++ b/docs/features/ephemeral-metadata.md @@ -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