Search results

  1. D

    mktemp: failed to create file

    Hi there, one of my proxmox nodes gives me the following error message, whenever I log into the node with ssh: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system I can...
  2. D

    virt-customize --install broken

    I just found the culpit: the DNS entries on the node where not correct. When I added something like 8.8.8.8, the command worked fine. It is somewhat weird, because a curl to google.com was resolving correctly (but maybe going through another DNS Server by accident - I had two configured). Also...
  3. D

    virt-customize --install broken

    Hi there, when running the following commands on my Proxmox 7.4-15 cluster, it fails: ssh root@proxmox-server apt update && apt install libguestfs-tools -y wget https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2 virt-customize -a debian-12-generic-amd64.qcow2...
  4. D

    The best OS fo Kubernetes in Proxmox

    This is valuable insight, thanks Marx. I was thinking that using Proxmox as a base, I have the flexibility to use both, VMs and Containers, but of course I should also consider the technical debt that comes with more complex systems. Did you try running VMs inside Kubernetes with KubeVirt? In...
  5. D

    The best OS fo Kubernetes in Proxmox

    Hi @Marx, can you share with us which path you took and how your experience was? I am facing the same challenge right now.. Best, Dennis
  6. D

    Volume Sizing and Usage question

    Dear Forum Members, how should I partition the main disks of my proxmox nodes? I am in the process of setting up a small 3 node Proxmox Cluster (3x Intel NUC with 8GB RAM and 240 GB SSD each, one of them with an additional 512GB SSD). I want to use the cluster for running (home lab) Kubernetes...