Skip to content

Commit

Permalink
chore: default to NC_A100_v4 series gpu (#825)
Browse files Browse the repository at this point in the history
**Reason for Change**:

NCv3 series have been deprecated

Signed-off-by: jerryzhuang <[email protected]>
  • Loading branch information
zhuangqh authored Jan 14, 2025
1 parent c731441 commit fd8cead
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ type ResourceSpec struct {
Count *int `json:"count,omitempty"`

// InstanceType specifies the GPU node SKU.
// This field defaults to "Standard_NC12s_v3" if not specified.
// This field defaults to "Standard_NC24ads_A100_v4" if not specified.
// +optional
// +kubebuilder:default:="Standard_NC12s_v3"
// +kubebuilder:default:="Standard_NC24ads_A100_v4"
InstanceType string `json:"instanceType,omitempty"`

// LabelSelector specifies the required labels for the GPU nodes.
Expand Down
4 changes: 2 additions & 2 deletions charts/kaito/ragengine/crds/kaito.sh_ragengines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ spec:
description: Count is the required number of GPU nodes.
type: integer
instanceType:
default: Standard_NC12s_v3
default: Standard_NC24ads_A100_v4
description: |-
InstanceType specifies the GPU node SKU.
This field defaults to "Standard_NC12s_v3" if not specified.
This field defaults to "Standard_NC24ads_A100_v4" if not specified.
type: string
labelSelector:
description: LabelSelector specifies the required labels for the
Expand Down
4 changes: 2 additions & 2 deletions charts/kaito/workspace/crds/kaito.sh_workspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ spec:
description: Count is the required number of GPU nodes.
type: integer
instanceType:
default: Standard_NC12s_v3
default: Standard_NC24ads_A100_v4
description: |-
InstanceType specifies the GPU node SKU.
This field defaults to "Standard_NC12s_v3" if not specified.
This field defaults to "Standard_NC24ads_A100_v4" if not specified.
type: string
labelSelector:
description: LabelSelector specifies the required labels for the GPU
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/kaito.sh_ragengines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ spec:
description: Count is the required number of GPU nodes.
type: integer
instanceType:
default: Standard_NC12s_v3
default: Standard_NC24ads_A100_v4
description: |-
InstanceType specifies the GPU node SKU.
This field defaults to "Standard_NC12s_v3" if not specified.
This field defaults to "Standard_NC24ads_A100_v4" if not specified.
type: string
labelSelector:
description: LabelSelector specifies the required labels for the
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/kaito.sh_workspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ spec:
description: Count is the required number of GPU nodes.
type: integer
instanceType:
default: Standard_NC12s_v3
default: Standard_NC24ads_A100_v4
description: |-
InstanceType specifies the GPU node SKU.
This field defaults to "Standard_NC12s_v3" if not specified.
This field defaults to "Standard_NC24ads_A100_v4" if not specified.
type: string
labelSelector:
description: LabelSelector specifies the required labels for the GPU
Expand Down

0 comments on commit fd8cead

Please sign in to comment.