Skip to content

Commit

Permalink
Update docs for Rollout specification.md
Browse files Browse the repository at this point in the history
Add blueGreen activeMetadata / previewMetadata as its part of the spec.

Signed-off-by: Andre Marcelo-Tanner <[email protected]>
  • Loading branch information
kzap committed Jun 12, 2023
1 parent 07e6305 commit 355b9d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/features/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution: {}
preferredDuringSchedulingIgnoredDuringExecution:
weight: 1 # Between 1 - 100

# activeMetadata will be merged and updated in-place into the ReplicaSet's spec.template.metadata
# of the active pods. +optional
activeMetadata:
labels:
role: active

# Metadata which will be attached to the preview pods only during their preview phase.
# +optional
previewMetadata:
labels:
role: preview

# Canary update strategy
canary:
Expand Down

0 comments on commit 355b9d4

Please sign in to comment.