Search results

  1. jebbam

    PVE 6, Kernel 5.3, Minkube, Docker Kubernetes not working

    I did a Kubernetes setup (for the first time) with Rancher. I used Proxmox 6 to create 10 KVMs, which I split into Control Plane, etcd, Rancher, and Worker servers. Debian Buster with upstream Docker was the base setup. I set "CPU Type" to "host" in Proxmox. I am running a recent PVE 5.3 kernel...
  2. jebbam

    Docker support in Proxmox

    Yes. I tried this right now. Something along the lines of this: * Click on CephFS filesystem (you can also use local and probably others). * Hit Templates. * Add Debian Buster 10. * Hit Create CT * Add using the Debian Buster template added above. * Under the new LXC, go to Options -->...
  3. jebbam

    Proxmox 6.0 renames network card and can not use it

    I have four interfaces on my machine, all Intel 82571EB. Two of the interfaces came up as ens2f0 and ens2f1 and I was able to configure them via the Proxmox web GUI. The other two interfaces didn't appear in the GUI. They could be seen via `ls /sys/class/net/` and/or `ip link` as "rename3" and...
  4. jebbam

    Proxmox 6.0 renames network card and can not use it

    It looks like there's a variety of ways to go about solving the "consistent" name issue. The proper way looks like it is in that Debian README, excerpt here: Migration to the current network interface naming scheme ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Interface names must be...