github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Rollout/testdata/suspended_userPause.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Rollout
     3  metadata:
     4    name: example-rollout-canary
     5    namespace: default
     6  spec:
     7    paused: true
     8    replicas: 5
     9    selector:
    10      matchLabels:
    11        app: guestbook
    12    strategy:
    13      canary:
    14        steps:
    15        - setWeight: 20
    16        - pause: {}
    17    template:
    18      metadata:
    19        labels:
    20          app: guestbook
    21      spec:
    22        containers:
    23        - image: gcr.io/heptio-images/ks-guestbook-demo:0.2
    24          name: guestbook
    25  status:
    26    HPAReplicas: 5
    27    availableReplicas: 5
    28    blueGreen: {}
    29    canary:
    30      stableRS: df986d68
    31    conditions:
    32    - lastTransitionTime: 2019-04-26T20:18:38Z
    33      lastUpdateTime: 2019-04-26T20:18:38Z
    34      message: Rollout is paused
    35      reason: RolloutPaused
    36      status: Unknown
    37      type: Progressing
    38    currentPodHash: 6b566f47b7
    39    currentStepHash: 6567fc959c
    40    currentStepIndex: 1
    41    observedGeneration: 5c788f4484
    42    pauseStartTime: 2019-04-26T20:18:38Z
    43    readyReplicas: 5
    44    replicas: 5
    45    selector: app=guestbook
    46    updatedReplicas: 1