added repo
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: cc-contour-vmagent-od
|
||||
spec:
|
||||
nodePoolConfig:
|
||||
serviceAccount: sa-shr-xshr-od-amd-int@meesho-shared-int-0525.iam.gserviceaccount.com
|
||||
priorityDefaults:
|
||||
location:
|
||||
zones: ['asia-southeast1-a']
|
||||
priorities:
|
||||
- machineType: n2d-highcpu-8
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 30
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
activeMigration:
|
||||
optimizeRulePriority: false
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: preprod-cost-optimized
|
||||
spec:
|
||||
nodePoolConfig:
|
||||
serviceAccount: sa-shr-xshr-od-amd-int@meesho-shared-int-0525.iam.gserviceaccount.com
|
||||
priorityDefaults:
|
||||
location:
|
||||
zones: ['asia-southeast1-a']
|
||||
priorities:
|
||||
- machineType: n4d-standard-16
|
||||
maxPodsPerNode: 32
|
||||
spot: true
|
||||
storage:
|
||||
bootDiskSize: 80
|
||||
bootDiskType: hyperdisk-balanced
|
||||
- machineType: n4d-standard-16
|
||||
maxPodsPerNode: 32
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 80
|
||||
bootDiskType: hyperdisk-balanced
|
||||
- machineType: n2d-standard-16
|
||||
maxPodsPerNode: 32
|
||||
spot: true
|
||||
storage:
|
||||
bootDiskSize: 100
|
||||
bootDiskType: pd-ssd
|
||||
- machineType: n2-standard-16
|
||||
maxPodsPerNode: 32
|
||||
spot: true
|
||||
storage:
|
||||
bootDiskSize: 30
|
||||
bootDiskType: pd-ssd
|
||||
- machineType: n2d-standard-16
|
||||
maxPodsPerNode: 32
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 30
|
||||
bootDiskType: pd-ssd
|
||||
- machineType: n2-standard-16
|
||||
maxPodsPerNode: 32
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 30
|
||||
bootDiskType: pd-ssd
|
||||
activeMigration:
|
||||
optimizeRulePriority: true
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
autoscalingPolicy:
|
||||
consolidationDelayMinutes: 3
|
||||
consolidationThreshold: 50
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: cc-shared-devops-od
|
||||
spec:
|
||||
nodePoolConfig:
|
||||
serviceAccount: sa-shr-xshr-od-amd-int@meesho-shared-int-0525.iam.gserviceaccount.com
|
||||
priorityDefaults:
|
||||
location:
|
||||
zones: ['asia-southeast1-a']
|
||||
priorities:
|
||||
- machineType: e2-standard-4
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 30
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
activeMigration:
|
||||
optimizeRulePriority: false
|
||||
@@ -0,0 +1,25 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: preprod-gpu-a2-priority
|
||||
spec:
|
||||
priorities:
|
||||
- machineFamily: a2
|
||||
gpu:
|
||||
type: nvidia-tesla-a100
|
||||
count: 1
|
||||
driverVersion: default
|
||||
spot: true
|
||||
- machineFamily: a2
|
||||
gpu:
|
||||
type: nvidia-tesla-a100
|
||||
count: 1
|
||||
driverVersion: default
|
||||
spot: false
|
||||
activeMigration:
|
||||
optimizeRulePriority: true
|
||||
nodePoolAutoCreation:
|
||||
enabled: false
|
||||
autoscalingPolicy:
|
||||
consolidationDelayMinutes: 3
|
||||
consolidationThreshold: 50
|
||||
@@ -0,0 +1,25 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: preprod-gpu-a3-priority
|
||||
spec:
|
||||
priorities:
|
||||
- machineFamily: a3
|
||||
gpu:
|
||||
type: nvidia-h100-80gb
|
||||
count: 1
|
||||
driverVersion: default
|
||||
spot: true
|
||||
- machineFamily: a3
|
||||
gpu:
|
||||
type: nvidia-h100-80gb
|
||||
count: 1
|
||||
driverVersion: default
|
||||
spot: false
|
||||
activeMigration:
|
||||
optimizeRulePriority: true
|
||||
nodePoolAutoCreation:
|
||||
enabled: false
|
||||
autoscalingPolicy:
|
||||
consolidationDelayMinutes: 3
|
||||
consolidationThreshold: 50
|
||||
@@ -0,0 +1,16 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: int-starrocks-n2-highmem-16
|
||||
spec:
|
||||
priorities:
|
||||
- machineType: n2-highmem-16
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 100
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
activeMigration:
|
||||
optimizeRulePriority: false
|
||||
@@ -0,0 +1,16 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: int-starrocks-n2-highmem-32
|
||||
spec:
|
||||
priorities:
|
||||
- machineType: n2-highmem-32
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 120
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
activeMigration:
|
||||
optimizeRulePriority: false
|
||||
@@ -0,0 +1,16 @@
|
||||
apiVersion: cloud.google.com/v1
|
||||
kind: ComputeClass
|
||||
metadata:
|
||||
name: int-starrocks-n2-highmem-8
|
||||
spec:
|
||||
priorities:
|
||||
- machineType: n2-highmem-8
|
||||
spot: false
|
||||
storage:
|
||||
bootDiskSize: 100
|
||||
bootDiskType: pd-ssd
|
||||
whenUnsatisfiable: DoNotScaleUp
|
||||
nodePoolAutoCreation:
|
||||
enabled: true
|
||||
activeMigration:
|
||||
optimizeRulePriority: false
|
||||
Reference in New Issue
Block a user