This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
976b23d432
k3s
/
install.sh.sha256sum
2 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix K3S_DATA_DIR when running as non-root user (#11378) When running the generated kill and uninstall scripts, the environment variable `K3S_DATA_DIR` got lost, because `sudo` by default doesn't preserve the environment. This is fixed by adding the `--preserve-env` flag. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2025-01-10 18:07:58 +00:00
73ca045f12174c87138d59dd14b23b8ab70d96c9eaead63104109d330daa8a6a install.sh