added repo
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: g2-standard-16-l4-compute-class
|
||||
spec:
|
||||
activeMigration:
|
||||
optimizeRulePriority: true
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
nodePoolConfig:
|
||||
serviceAccount: gke-gpu-node-sa@meesho-datascience-prd-0622.iam.gserviceaccount.com
|
||||
priorities:
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-a
|
||||
machineType: g2-standard-16
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskType: pd-ssd
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-b
|
||||
machineType: g2-standard-16
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
@@ -0,0 +1,37 @@
|
||||
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-datascience-prd-0622.iam.gserviceaccount.com
|
||||
priorities:
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-a
|
||||
machineType: g2-standard-4
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskType: pd-ssd
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-b
|
||||
machineType: g2-standard-4
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: g2-standard-8-l4-300gb-compute-class
|
||||
spec:
|
||||
activeMigration:
|
||||
optimizeRulePriority: true
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
nodePoolConfig:
|
||||
serviceAccount: gke-gpu-node-sa@meesho-datascience-prd-0622.iam.gserviceaccount.com
|
||||
priorities:
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-a
|
||||
machineType: g2-standard-8
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 300
|
||||
bootDiskType: pd-ssd
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-b
|
||||
machineType: g2-standard-8
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 300
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
@@ -0,0 +1,37 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: g2-standard-8-l4-compute-class
|
||||
spec:
|
||||
activeMigration:
|
||||
optimizeRulePriority: true
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
nodePoolConfig:
|
||||
serviceAccount: gke-gpu-node-sa@meesho-datascience-prd-0622.iam.gserviceaccount.com
|
||||
priorities:
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-a
|
||||
machineType: g2-standard-8
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskType: pd-ssd
|
||||
- gpu:
|
||||
count: 1
|
||||
driverVersion: default
|
||||
type: nvidia-l4
|
||||
location:
|
||||
zones:
|
||||
- asia-southeast1-b
|
||||
machineType: g2-standard-8
|
||||
maxPodsPerNode: 18
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
Reference in New Issue
Block a user