Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 569 Bytes

File metadata and controls

21 lines (20 loc) · 569 Bytes

Default Tolerations Namespace

kind: Namespace
apiVersion: v1
metadata:
  name: openshift-marketplace
  annotations:
    scheduler.alpha.kubernetes.io/defaultTolerations: >-
      [
        {
          "key": "node-role.kubernetes.io/infra",
          "operator": "Exists",
          "effect": "NoSchedule"
        },
        {
          "key": "node.k8s.bb/servico",
          "operator": "Equal",
          "value": "psc-nodes-infra",
          "effect": "NoSchedule"
        }
      ]