github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_noSteps.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: '956159' 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 template: 28 metadata: 29 creationTimestamp: null 30 labels: 31 app: guestbook-canary 32 spec: 33 containers: 34 - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.2' 35 name: guestbook-canary 36 ports: 37 - containerPort: 80 38 resources: {} 39 status: 40 HPAReplicas: 6 41 availableReplicas: 2 42 blueGreen: {} 43 canary: 44 stableRS: 567dd56d89 45 conditions: 46 - lastTransitionTime: '2019-05-01T21:59:58Z' 47 lastUpdateTime: '2019-05-01T21:59:58Z' 48 message: Rollout does not have minimum availability 49 reason: AvailableReason 50 status: 'False' 51 type: Available 52 - lastTransitionTime: '2019-05-01T21:55:30Z' 53 lastUpdateTime: '2019-05-01T22:00:05Z' 54 message: ReplicaSet "guestbook-canary-567dd56d89" is progressing. 55 reason: ReplicaSetUpdated 56 status: 'True' 57 type: Progressing 58 currentPodHash: 567dd56d89 59 currentStepHash: 6c9545789c 60 observedGeneration: 6886f85bff 61 readyReplicas: 4 62 replicas: 6 63 selector: app=guestbook-canary 64 updatedReplicas: 5