LIST

multipass windows

multipass set local.driver=hyperv In an admin powershell console running Windows 11, I executed this command: restart-service Multipass multipass launch multipass start PS C:\Users\Tjen> multipass version multipass 1.13.1+win multipassd 1.13.1+win PS C:\Users\Tjen> multipass launch -c 1 -m 1G -d 4G -n k3s-master lts launch failed: Remote "" is unknown or unreachable. PS C:\Users\Tjen> multipass launch -c 1 -m 1G -d 4G -n k3s-master lts Launched: k3s-master PS C:\Users\Tjen> multipass list Name State IPv4 Image k3s-master Running 172....

May 18, 2024

multipass k3s kubectl helm

1) Multipass and k3s https://andreipope.github.io/tutorials/create-a-cluster-with-multipass-and-k3s.html ➜ k3s git:(main) multipass find --show-unsupported Image Aliases Version Description 20.04 focal 20240430 Ubuntu 20.04 LTS 22.04 jammy 20240426 Ubuntu 22.04 LTS 23.10 mantic 20240508 Ubuntu 23.10 24.04 noble,lts 20240423 Ubuntu 24.04 LTS Blueprint Aliases Version Description anbox-cloud-appliance latest Anbox Cloud Appliance charm-dev latest A development and testing environment for charmers docker 0.4 A Docker environment with Portainer and related tools jellyfin latest Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media....

May 8, 2024

multipass k3s demo

https://dev.to/ashokan/k3s-with-multipass-35na ❯ brew install multipass ❯ multipass launch –name k3s-demo –cpus 2 –mem 4g –disk 20g ❯ multipass info k3s-demo

May 3, 2024