...

Text file src/edge-infra.dev/config/components/edge/patches/tolerations/tolerations-patch.yaml

Documentation: edge-infra.dev/config/components/edge/patches/tolerations

     1kind: ss-deployment-job
     2metadata:
     3  name: any
     4spec:
     5  template:
     6    spec:
     7      tolerations:
     8      - key: node.kubernetes.io/not-ready
     9        operator: Exists
    10        effect: NoExecute
    11      - key: node.kubernetes.io/unreachable
    12        operator: Exists
    13        effect: NoExecute
    14      - key: node.kubernetes.io/disk-pressure
    15        operator: Exists
    16        effect: NoSchedule
    17      - key: node.kubernetes.io/memory-pressure
    18        operator: Exists
    19        effect: NoSchedule
    20      - key: node.kubernetes.io/pid-pressure
    21        operator: Exists
    22        effect: NoSchedule
    23      - key: node.kubernetes.io/unschedulable
    24        operator: Exists
    25        effect: NoSchedule
    26      - key: node.kubernetes.io/network-unavailable
    27        operator: Exists
    28        effect: NoSchedule

View as plain text