mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #89250 from andyzhangx/disk-version
feat: change azure disk api-version
This commit is contained in:
commit
173b5ee6f7
@ -39,7 +39,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultStorageAccountType = compute.StandardLRS
|
||||
defaultStorageAccountType = compute.StandardSSDLRS
|
||||
defaultAzureDiskKind = v1.AzureManagedDisk
|
||||
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingReadOnly
|
||||
)
|
||||
|
@ -146,7 +146,7 @@ func TestNormalizeStorageAccountType(t *testing.T) {
|
||||
}{
|
||||
{
|
||||
storageAccountType: "",
|
||||
expectedAccountType: compute.StandardLRS,
|
||||
expectedAccountType: compute.StandardSSDLRS,
|
||||
expectError: false,
|
||||
},
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ import (
|
||||
|
||||
const (
|
||||
// APIVersion is the API version for compute.
|
||||
APIVersion = "2019-07-01"
|
||||
APIVersion = "2019-11-01"
|
||||
)
|
||||
|
||||
// Interface is the client interface for Disks.
|
||||
|
Loading…
Reference in New Issue
Block a user