...

Text file src/edge-infra.dev/config/pallets/sds/nodeagent/gke/resourcequota.yaml

Documentation: edge-infra.dev/config/pallets/sds/nodeagent/gke

     1apiVersion: v1
     2kind: ResourceQuota
     3metadata:
     4  name: node-agent-critical-pods
     5  namespace: sds
     6spec:
     7  hard:
     8    pods: 100
     9  scopeSelector:
    10    matchExpressions:
    11    - operator: In
    12      scopeName: PriorityClass
    13      values:
    14      - system-node-critical
    15      - system-cluster-critical

View as plain text