Skip to content

Commit a6e57e3

Browse files
authored
Merge pull request #3670 from k8s-infra-cherrypick-robot/cherry-pick-3645-to-release-1.8
[release-1.8] Update default GPU VM type to Standard_NV12s_v3
2 parents cb1dbc0 + 83b590b commit a6e57e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

templates/test/ci/cluster-template-prow-nvidia-gpu.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- op: replace
22
path: /spec/template/spec/osDisk/managedDisk/storageAccountType
3-
value: "${AZURE_GPU_NODE_STORAGE_TYPE:=Standard_LRS}"
3+
value: "${AZURE_GPU_NODE_STORAGE_TYPE:=Premium_LRS}"
44
- op: replace
55
path: /spec/template/spec/vmSize
6-
value: "${AZURE_GPU_NODE_MACHINE_TYPE:=Standard_NV6}"
6+
value: "${AZURE_GPU_NODE_MACHINE_TYPE:=Standard_NV12s_v3}"

test/e2e/azure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ var _ = Describe("Workload cluster creation", func() {
469469
// ci-e2e.sh and Prow CI skip this test by default, since N-series GPUs are relatively expensive
470470
// and may require specific quota limits on the subscription.
471471
// To include this test, set `GINKGO_SKIP=""`.
472-
// You can override the default SKU `Standard_NV6` and `Standard_LRS` storage by setting
472+
// You can override the default SKU `Standard_NV12s_v3` and `Premium_LRS` storage by setting
473473
// the `AZURE_GPU_NODE_MACHINE_TYPE` and `AZURE_GPU_NODE_STORAGE_TYPE` environment variables.
474474
// See https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/ for pricing.
475475
Context("Creating a GPU-enabled cluster [OPTIONAL]", func() {

0 commit comments

Comments
 (0)