Quick Start
kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/v0.10.2/manifests/install.yaml
Changes since v0.10.1
Controller
- fix: switch pod restart to use evict API to honor PDBs
- fix: ephemeral metadata injection was dropping metadata injected by mutating webhooks
- fix: requiredForCompletion did not work for an experiment started by a rollout
- fix: Add missing RoleBinding file to namespace installation