Files
devops-infra-helm-charts-gcp/helm-overrides/gke-dsgpu-prd-ase1a/computeclass/g2-l4-priority-class.yaml
T
2026-08-26 03:39:42 +05:30

52 lines
1.2 KiB
YAML

apiVersion: cloud.google.com/v1
kind: ComputeClass
metadata:
name: g2-l4-priority-class
spec:
activeMigration:
optimizeRulePriority: true
nodePoolAutoCreation:
enabled: true
nodePoolConfig:
nodeLabels:
dedicated: g2-l4-priority-class
serviceAccount: gke-gpu-node-sa@meesho-datascience-prd-0622.iam.gserviceaccount.com
priorities:
- gpu:
count: 1
driverVersion: latest
type: nvidia-l4
location:
zones:
- asia-southeast1-a
machineType: g2-standard-8
maxPodsPerNode: 16
spot: false
storage:
bootDiskType: pd-ssd
- gpu:
count: 1
driverVersion: latest
type: nvidia-l4
location:
zones:
- asia-southeast1-b
machineType: g2-standard-8
maxPodsPerNode: 16
spot: false
storage:
bootDiskType: pd-ssd
- gpu:
count: 1
driverVersion: latest
type: nvidia-l4
location:
zones:
- asia-southeast1-c
machineType: g2-standard-8
maxPodsPerNode: 16
spot: false
storage:
bootDiskType: pd-ssd
whenUnsatisfiable: DoNotScaleUp