From 0e0995495f069dc6a7d815de23c5654578790e62 Mon Sep 17 00:00:00 2001 From: Shahar Epstein <60007259+shahar1@users.noreply.github.com> Date: Sat, 27 Sep 2025 09:10:37 +0300 Subject: [PATCH] Update WSL2 Session Affinity instructions --- site/content/docs/user/using-wsl2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/user/using-wsl2.md b/site/content/docs/user/using-wsl2.md index 15f5153f..7503acba 100644 --- a/site/content/docs/user/using-wsl2.md +++ b/site/content/docs/user/using-wsl2.md @@ -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