mirror of https://github.com/k3s-io/k3s
change azure disk host cache to ReadOnly by default
change cachingMode default value for azure disk PV revert back to ReadWrite in azure disk PV settingpull/564/head
parent
6902f3112d
commit
53145d793e
|
@ -40,7 +40,7 @@ import (
|
||||||
const (
|
const (
|
||||||
defaultStorageAccountType = compute.StandardLRS
|
defaultStorageAccountType = compute.StandardLRS
|
||||||
defaultAzureDiskKind = v1.AzureManagedDisk
|
defaultAzureDiskKind = v1.AzureManagedDisk
|
||||||
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingNone
|
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingReadOnly
|
||||||
)
|
)
|
||||||
|
|
||||||
type dataDisk struct {
|
type dataDisk struct {
|
||||||
|
|
Loading…
Reference in New Issue