mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-11 09:52:24 -04:00
Passthru KINE_ environment variables in install.sh and added new hash
Signed-off-by: David Noland <david.noland@suse.com>
This commit is contained in:
parent
ddf4dc023a
commit
78ef2d8a89
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0068b53a147d93bc66039b86d2834f2dce3d530f11ea5b803a158d8fda2030bc install.sh
|
||||
d264d4d43f7c5a27b44de0075513fb22dfb02d0b7cd33ba7a3838cb822f4729c install.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue