27 lines
650 B
YAML
27 lines
650 B
YAML
apiVersion: cloud.google.com/v1
|
|
kind: ComputeClass
|
|
metadata:
|
|
name: mlp-a2-highgpu-1
|
|
spec:
|
|
nodePoolConfig:
|
|
serviceAccount: sa-common-np-dsci-prd@meesho-datascience-prd-0622.iam.gserviceaccount.com
|
|
nodeLabels:
|
|
dedicated: mlp-a2-highgpu-1
|
|
priorityDefaults:
|
|
location:
|
|
zones: ['asia-southeast1-a']
|
|
nodePoolAutoCreation:
|
|
enabled: true
|
|
priorities:
|
|
- gpu:
|
|
count: 1
|
|
driverVersion: default
|
|
type: nvidia-tesla-a100
|
|
machineType: a2-highgpu-1g
|
|
maxPodsPerNode: 16
|
|
spot: false
|
|
storage:
|
|
bootDiskSize: 100
|
|
bootDiskType: pd-ssd
|
|
whenUnsatisfiable: DoNotScaleUp
|