Skip to content

Instantly share code, notes, and snippets.

@minatoaquaMK2
minatoaquaMK2 / rke2-with-cilium-on-wsl2.md
Last active July 28, 2023 16:45
Install RKE2 with Cilium on WSL2

Install RKE2 with Cilium on WSL2

Compiling your own WSL2 Kernel for Cilium

  1. Run a Docker container to build the image
  2. docker run --name wsl-kernel-builder --rm -it ubuntu@20.04 bash
    

    from inside the container (now bash):

@minatoaquaMK2
minatoaquaMK2 / rke2-commands.md
Created January 6, 2022 12:55 — forked from superseb/rke2-commands.md
RKE2 commands

RKE2 commands

Install

curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server