diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh index bf18ee8453..adf6c10f42 100755 --- a/test/e2e-kind.sh +++ b/test/e2e-kind.sh @@ -130,6 +130,12 @@ install_dummylb() { echo } +replace_priority_class_name_system_x_critical() { + echo 'Replacing priorityClassName: system-X-critical' + grep -rl "priorityClassName: system-" . | xargs sed -i 's/system-.*-critical/null/g' + echo +} + main() { run_ct_container "$1" shift @@ -140,6 +146,7 @@ main() { install_tiller install_dummylb install_certmanager + replace_priority_class_name_system_x_critical docker_exec ct lint-and-install --upgrade --debug "$@" echo