github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/engine/chaos/manifests/time-shift-dataflow.yaml (about)

     1  apiVersion: chaos-mesh.org/v1alpha1
     2  kind: Schedule
     3  metadata:
     4    name: time-shift-dataflow
     5    labels:
     6      app: time-shift-dataflow
     7  spec:
     8    schedule: '@every 2m'
     9    type: TimeChaos
    10    historyLimit: 5
    11    concurrencyPolicy: Forbid
    12    timeChaos:
    13      mode: random-max-percent
    14      value: "60"
    15      duration: 30s
    16      selector:
    17        pods:
    18          default:
    19          - chaos-server-master-0
    20          - chaos-server-master-1
    21          - chaos-server-master-2
    22          - chaos-executor-0
    23          - chaos-executor-1
    24          - chaos-executor-2
    25          - chaos-executor-3
    26      timeOffset: -10m
    27      clockIds:
    28      - CLOCK_REALTIME