Files
devops-infra-helm-charts-gcp/helm-overrides/gke-datascience-prd-as1a/computeclass/g2-standard-4-l4-compute-class.yaml
T
2026-08-26 03:39:42 +05:30

50 lines
1.0 KiB
YAML

apiVersion: cloud.google.com/v1
kind: ComputeClass
metadata:
name: g2-standard-4-l4-compute-class
spec:
activeMigration:
optimizeRulePriority: true
nodePoolAutoCreation:
enabled: true
nodePoolConfig:
serviceAccount: gke-gpu-node-sa@meesho-dsci-as1-prd-0622.iam.gserviceaccount.com
priorities:
- gpu:
count: 1
driverVersion: default
type: nvidia-l4
location:
zones:
- asia-south1-a
machineType: g2-standard-4
maxPodsPerNode: 18
spot: false
storage:
bootDiskType: pd-ssd
- gpu:
count: 1
driverVersion: default
type: nvidia-l4
location:
zones:
- asia-south1-b
machineType: g2-standard-4
maxPodsPerNode: 18
spot: false
storage:
bootDiskType: pd-ssd
- gpu:
count: 1
driverVersion: default
type: nvidia-l4
location:
zones:
- asia-south1-c
machineType: g2-standard-4
maxPodsPerNode: 18
spot: false
storage:
bootDiskType: pd-ssd
whenUnsatisfiable: DoNotScaleUp