mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #67483 from andyzhangx/azuredisk-kind
Automatic merge from submit-queue (batch tested with PRs 59230, 66233, 67483, 67713). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. change default value of kind for azure disk **What this PR does / why we need it**: change default value of kind for azure disk, as we are suggesting users to use managed disk, default value should be managed disk. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #67480 **Special notes for your reviewer**: assign @feiskyer FYI @khenidak @brendandburns **Release note**: ``` change default value of kind for azure disk ``` /kind feature /sig azure
This commit is contained in:
commit
36cb72cfa9
@ -37,7 +37,7 @@ import (
|
||||
|
||||
const (
|
||||
defaultStorageAccountType = storage.StandardLRS
|
||||
defaultAzureDiskKind = v1.AzureSharedBlobDisk
|
||||
defaultAzureDiskKind = v1.AzureManagedDisk
|
||||
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingNone
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user