Merge pull request #4016 from shahar1/update-wsl2-session-affinity-instructions

Update WSL2 Session Affinity instructions
This commit is contained in:
Kubernetes Prow Robot
2025-09-27 04:26:17 -07:00
committed by GitHub

View File

@@ -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