Skip to content

Instantly share code, notes, and snippets.

View luispinto23's full-sized avatar

Luís Pinto luispinto23

View GitHub Profile
@wholroyd
wholroyd / preparations.md
Last active April 11, 2024 09:17
Getting Minikube on WSL2 Ubuntu working

Windows Preparation

  1. Ensure hypervisor functionality is enabled in BIOS.

    • I know it sounds stupid, but if you already have it enabled, disable it, restart the machine, and enable it again.
    • Otherwise you will hit microsoft/WSL#5363
  2. Launch a PowerShell prompt in Administrator mode [Win+X > Windows PowerShell (Admin)]

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart