Passthru KINE_ environment variables in install.sh and added new hash
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Install Script / build (push) Has been cancelled
Install Script / Smoke Test (push) Has been cancelled

Signed-off-by: David Noland <david.noland@suse.com>
This commit is contained in:
David Noland 2026-06-05 18:53:55 -07:00 committed by Brad Davidson
parent ddf4dc023a
commit 78ef2d8a89
2 changed files with 2 additions and 2 deletions

View file

@ -1025,7 +1025,7 @@ create_env_file() {
info "env: Creating environment file ${FILE_K3S_ENV}"
$SUDO touch ${FILE_K3S_ENV}
$SUDO chmod 0600 ${FILE_K3S_ENV}
sh -c export | while read x v; do echo $v; done | grep -E '^(K3S|CONTAINERD)_' | $SUDO tee ${FILE_K3S_ENV} >/dev/null
sh -c export | while read x v; do echo $v; done | grep -E '^(K3S|CONTAINERD|KINE)_' | $SUDO tee ${FILE_K3S_ENV} >/dev/null
sh -c export | while read x v; do echo $v; done | grep -Ei '^(NO|HTTP|HTTPS)_PROXY' | $SUDO tee -a ${FILE_K3S_ENV} >/dev/null
}

View file

@ -1 +1 @@
0068b53a147d93bc66039b86d2834f2dce3d530f11ea5b803a158d8fda2030bc install.sh
d264d4d43f7c5a27b44de0075513fb22dfb02d0b7cd33ba7a3838cb822f4729c install.sh