add strict local

This commit is contained in:
2023-09-10 11:08:13 +02:00
parent 2a8446c72d
commit 94b521c4ff

View File

@ -386,6 +386,7 @@ resource "kubernetes_storage_class_v1" "longhorn_fast" {
fromBackup = ""
fsType = "ext4"
diskSelector = "fast"
dataLocality = "strict-local"
}
}
```