Skip to content

Commit b006342

Browse files
authored
Merge pull request kubernetes#72229 from andyzhangx/azuredisk-hostcache
change azure disk host cache to ReadOnly by default
2 parents fc86054 + 53145d7 commit b006342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/volume/azure_dd/azure_common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
const (
4141
defaultStorageAccountType = compute.StandardLRS
4242
defaultAzureDiskKind = v1.AzureManagedDisk
43-
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingNone
43+
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingReadOnly
4444
)
4545

4646
type dataDisk struct {

0 commit comments

Comments
 (0)