mirror of https://github.com/k3s-io/k3s
Merge pull request #72229 from andyzhangx/azuredisk-hostcache
change azure disk host cache to ReadOnly by defaultpull/564/head
commit
b006342c3b
|
@ -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