github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_emptyStepsList.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: Rollout 3 metadata: 4 annotations: 5 rollout.argoproj.io/revision: '2' 6 clusterName: '' 7 creationTimestamp: '2019-05-01T21:55:30Z' 8 generation: 1 9 labels: 10 app.kubernetes.io/instance: guestbook-canary 11 ksonnet.io/component: guestbook-ui 12 name: guestbook-canary 13 namespace: default 14 resourceVersion: '956205' 15 selfLink: /apis/argoproj.io/v1alpha1/namespaces/default/rollouts/guestbook-canary 16 uid: d6105ccd-6c5b-11e9-b8d7-025000000001 17 spec: 18 minReadySeconds: 10 19 replicas: 5 20 selector: 21 matchLabels: 22 app: guestbook-canary 23 strategy: 24 canary: 25 maxSurge: 1 26 maxUnavailable: 0 27 steps: [] 28 template: 29 metadata: 30 creationTimestamp: null 31 labels: 32 app: guestbook-canary 33 spec: 34 containers: 35 - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.2' 36 name: guestbook-canary 37 ports: 38 - containerPort: 80 39 resources: {} 40 status: 41 HPAReplicas: 5 42 availableReplicas: 5 43 blueGreen: {} 44 canary: 45 stableRS: 567dd56d89 46 conditions: 47 - lastTransitionTime: '2019-05-01T22:00:16Z' 48 lastUpdateTime: '2019-05-01T22:00:16Z' 49 message: Rollout has minimum availability 50 reason: AvailableReason 51 status: 'True' 52 type: Available 53 - lastTransitionTime: '2019-05-01T21:55:30Z' 54 lastUpdateTime: '2019-05-01T22:00:16Z' 55 message: ReplicaSet "guestbook-canary-567dd56d89" has successfully progressed. 56 reason: NewReplicaSetAvailable 57 status: 'True' 58 type: Progressing 59 currentPodHash: 567dd56d89 60 currentStepHash: 6c9545789c 61 observedGeneration: 6886f85bff 62 readyReplicas: 5 63 replicas: 5 64 selector: app=guestbook-canary 65 updatedReplicas: 5