Skip to content

Commit e363425

Browse files
committed
Merge branch 'ephemeral-storage-fix' into 'release/4.2'
Fix for ephemral-storage issue with kind cluster running in rootless podman See merge request weblogic-cloud/weblogic-kubernetes-operator!4718
2 parents 4439ae3 + a382dd0 commit e363425

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
@@ -474,6 +474,10 @@ nodes:
474474
extraMounts:
475475
- hostPath: ${pv_root}
476476
containerPath: ${pv_root}
477+
kubeadmConfigPatches:
478+
- |
479+
kind: KubeletConfiguration
480+
localStorageCapacityIsolation: true
477481
EOF
478482

479483
export KUBECONFIG=${kubeconfig_file}

0 commit comments

Comments
 (0)