mirror of https://github.com/k3s-io/k3s
add Standard GRS, RAGRS support for azure disk
parent
d20b156995
commit
d7160ae7e7
|
@ -58,7 +58,7 @@ var (
|
|||
string(api.AzureDedicatedBlobDisk),
|
||||
string(api.AzureManagedDisk))
|
||||
|
||||
supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS")
|
||||
supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS", "Standard_GRS", "Standard_RAGRS")
|
||||
)
|
||||
|
||||
func getPath(uid types.UID, volName string, host volume.VolumeHost) string {
|
||||
|
|
Loading…
Reference in New Issue