Unverified Commit 36cb72cf authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents b5abc20d 3013df9e
......@@ -37,7 +37,7 @@ import (
const (
defaultStorageAccountType = storage.StandardLRS
defaultAzureDiskKind = v1.AzureSharedBlobDisk
defaultAzureDiskKind = v1.AzureManagedDisk
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingNone
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment