mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
This commit fixes the LocalStorageCapacityIsolationEviction test by acknowledging that in its default configuration kubelet will no-longer evict memory-backed volume pods as they cannot use more than their assigned limit with SizeMemoryBackedVolumes enabled. To account for the old behaviour, we also add a test that explicitly disables the feature to test the behaviour of memory backed local volumes in those scenarios. That test can be removed when/if the feature gate is removed.