Skip to content

Setup WSL2

Thang Chung edited this page May 21, 2021 · 1 revision
# access to wasl drives from windows explorer
\\wsl$
# install build stuffs on WSL2 (Ubuntu)
sudo apt install build-essential
cmd /c "set KUBECONFIG=C:\Users\thangchung\.krustlet\config\kubeconfig && krustlet-wasi --port 3000 --bootstrap-file C:\Users\thangchung\.krustlet\config\bootstrap.conf"
krustlet-wasi --port 3000 --bootstrap-file C:\Users\thangchung\.krustlet\config\bootstrap.conf
Clone this wiki locally