mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #72229 from andyzhangx/azuredisk-hostcache
change azure disk host cache to ReadOnly by default
This commit is contained in:
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
Block a user