Questions tagged [multipass]
5 questions
1
vote
1 answer
How to modfiy multipass default iptables rules?
I have several multipass instances running in an Ubuntu 18 environment. These are webservers for development and should be accessible in my local network. To allow connections from other computers on the network I used iptables to change the…
wanderingear
- 11
- 1
1
vote
1 answer
How to export Kubernetes ports to macOS host?
I want to setup a local Kubernetes cluster for testing on macOS. I selected microk8s provided by Canonical. Kubernetes doesn't run native on macOS, but uses a Linux VM provided by multipass.
Installation was smooth and deployment of the…
stwissel
- 640
- 2
- 7
- 21
0
votes
0 answers
check_kvm_support script failed to start error when attempting to create VM
When I attempt to initialise a VM on Debian 10 instance I am getting an error :
multipass launch --name kube-master --cpus 1 --mem 1024M --disk 3G
launch failed: The check_kvm_support script failed to start. Ensure it is in multipassd's PATH.
I…
Golide
- 113
- 1
- 9
0
votes
0 answers
LXD and Multipass - will LXD 5.0 LTS support or use multipass
I am thinking about using multiple microk8s nodes on MacOs M1. If I am using LXD I can have multiple VMs running microk8s in a virtuel cluster simulating one-n k8s nodes.
LXD looks very good for managing vm and system containers.
I found that LXD…
Chris G.
- 157
- 5
0
votes
1 answer
Multipass mount folder on zfs file system - Source path does not exist
I am trying to add storage to an existing Multipass VM. I created a new ZFS filesystem, mounted locally at /zfs/morespace. Then tried to mount it with
multipass mount /zfs/morespace existingvm:/mnt/morespace
I received the error:
Source path…
wanderingear
- 11
- 1