kubernetes

  1. I

    Ubuntu 18.04.4 VMs losing ssh keys, very unstable.

    First time using Proxmox, have 10 VMs with Ubuntu 18.04, first one created and others cloned across 3 servers (3 VM on each server, and 1 extra one as main access to control the others for ansible, ssh, etc...). Right after, install, everything worked great, after updating Ubuntu apt/apt-get...
  2. V

    [SOLVED] Kubernetes - Ceph storage not mounting

    Hello guys, I am trying to use a persistent volume claim dynamically after defining a storage class to use Ceph Storage on a Proxmox VE 6.0-4 one node cluster. The persistent volume gets created successfully on ceph storage, but pods are unable to mount it. It throws below error. I am not sure...
  3. K

    LXC: setup kubernetes problems

    I am trying to get my single node kubernetes cluster running inside an LXC conainter. I am running a container with Debian-9.0-standard_9.7-1_amd64 image and docker. (For the setup of docker I followed the official setup docker on debian tutorial). I also enabled keyctl and Nesting... I...
  4. B

    Proxmox Ceph - Connect external workloads to proxmox Ceph

    Hi, I’ve got a 3 node proxmox cluster running ceph. I’m also running Kubernetes on top of proxmox. Currently, my LAN is 172.16.254.0/24 and my Ceph network is 10.10.10.0/24 (separated over a different NIC and VLAN) How do I give my Kubernetes access to Ceph? I want to create a separate...
  5. P

    Proxmox cloud provider for kubernetes

    Hello I want to use Proxmox hosts to provide nodes to a kubernetes cluster. Using VMware, Kubernetes can create new nodes by using a vSphere cloud provider https://kubernetes.io/docs/getting-started-guides/vsphere/#configuring-vsphere-cloud-provider I believe Proxmox does not provide a...