diff --git a/inttest/network-conformance/network_test.go b/inttest/network-conformance/network_test.go index c3416874531d..d412c06b337e 100644 --- a/inttest/network-conformance/network_test.go +++ b/inttest/network-conformance/network_test.go @@ -153,4 +153,11 @@ const k0sConfig = ` spec: network: provider: %s + workerProfiles: + - name: default + values: + # GitHub runners may get low on disk space + evictionHard: + nodefs.available: 200Mi + imagefs.available: 200Mi `