Skip to content

Commit 4c83101

Browse files
sankarpnrjeberhard
authored andcommitted
Fix for ephemral-storage issue with kind cluster running in rootless podman - main branch
1 parent 27841cc commit 4c83101

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile.podman

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,10 @@ nodes:
479479
extraMounts:
480480
- hostPath: ${pv_root}
481481
containerPath: ${pv_root}
482+
kubeadmConfigPatches:
483+
- |
484+
kind: KubeletConfiguration
485+
localStorageCapacityIsolation: true
482486
EOF
483487

484488
export KUBECONFIG=${kubeconfig_file}

0 commit comments

Comments
 (0)