I've installed Proxmox PVE on 3 nodes and set up Ceph which works fine with VMs running from them.
The Cluster and Public network are on the same subnet with the monitors being on the same subnet as the VMs.
My problem is using my Ceph storage with Kubernetes running as VMs. I cannot get it to provision any pools.
Even if I install Ceph-common-tools on the VMs and copying ceph.conf and ceph.client.admin.keyring, I cannot do any calls like "ceph -s".
I always get this error: [errno 2] RADOS object not found (error connecting to the cluster)
How do I set a client to communicate with my ceph cluster?
The Cluster and Public network are on the same subnet with the monitors being on the same subnet as the VMs.
My problem is using my Ceph storage with Kubernetes running as VMs. I cannot get it to provision any pools.
Even if I install Ceph-common-tools on the VMs and copying ceph.conf and ceph.client.admin.keyring, I cannot do any calls like "ceph -s".
I always get this error: [errno 2] RADOS object not found (error connecting to the cluster)
How do I set a client to communicate with my ceph cluster?