Skip to content

Commit

Permalink
Merge pull request #3669 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3645-to-release-1.9

[release-1.9] Update default GPU VM type to Standard_NV12s_v3
  • Loading branch information
k8s-ci-robot authored Jun 27, 2023
2 parents b21ee6f + 02012aa commit 2bc6819
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/test/ci/cluster-template-prow-nvidia-gpu.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/template/spec/osDisk/managedDisk/storageAccountType
value: "${AZURE_GPU_NODE_STORAGE_TYPE:=Standard_LRS}"
value: "${AZURE_GPU_NODE_STORAGE_TYPE:=Premium_LRS}"
- op: replace
path: /spec/template/spec/vmSize
value: "${AZURE_GPU_NODE_MACHINE_TYPE:=Standard_NV6}"
value: "${AZURE_GPU_NODE_MACHINE_TYPE:=Standard_NV12s_v3}"
2 changes: 1 addition & 1 deletion test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ var _ = Describe("Workload cluster creation", func() {
// ci-e2e.sh and Prow CI skip this test by default, since N-series GPUs are relatively expensive
// and may require specific quota limits on the subscription.
// To include this test, set `GINKGO_SKIP=""`.
// You can override the default SKU `Standard_NV6` and `Standard_LRS` storage by setting
// You can override the default SKU `Standard_NV12s_v3` and `Premium_LRS` storage by setting
// the `AZURE_GPU_NODE_MACHINE_TYPE` and `AZURE_GPU_NODE_STORAGE_TYPE` environment variables.
// See https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/ for pricing.
Context("Creating a GPU-enabled cluster [OPTIONAL]", func() {
Expand Down

0 comments on commit 2bc6819

Please sign in to comment.