Merge pull request #72229 from andyzhangx/azuredisk-hostcache

change azure disk host cache to ReadOnly by default
pull/564/head
Kubernetes Prow Robot 2019-01-04 20:11:11 -08:00 committed by GitHub
commit b006342c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import (
const (
defaultStorageAccountType = compute.StandardLRS
defaultAzureDiskKind = v1.AzureManagedDisk
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingNone
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingReadOnly
)
type dataDisk struct {