mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
Update WSL2 Session Affinity instructions
This commit is contained in:
@@ -102,11 +102,11 @@ WSL2 kernel is missing `xt_recent` kernel module, which is used by Kube Proxy to
|
||||
{{< codeFromInline lang="bash" >}}
|
||||
docker run --name wsl-kernel-builder --rm -it ubuntu:latest bash
|
||||
|
||||
WSL_COMMIT_REF=linux-msft-wsl-5.15.146.1 # change this line to the version you want to build
|
||||
WSL_COMMIT_REF=linux-msft-wsl-6.6.87.2-1 # change this line to the version you want to build
|
||||
|
||||
# Install dependencies
|
||||
apt update
|
||||
apt install -y git build-essential flex bison libssl-dev libelf-dev bc dwarves python3
|
||||
apt install -y git build-essential flex bison libssl-dev libelf-dev bc dwarves python3 cpio
|
||||
|
||||
# Checkout WSL2 Kernel repo
|
||||
mkdir src
|
||||
|
||||
Reference in New Issue
Block a user