Search results

  1. C

    Kubernetes proxmox-operator

    Hi guys, i did the proxmox-operator for manage proxmox VMs via kubernetes CRDs. It's free and open source. I will be happy with feedback. https://github.com/CRASH-Tech/proxmox-operator
  2. C

    API error: 506 upload 'Content-Type 'application/json' not implemented

    I'm trying to create qemu from api and I get error from header. This works on proxmox 7, but error in proxmox 6. Reproduce: curl -X POST -H 'Content-Type: application/json' -H 'Authorization: PVEAPIToken=root@pam!test=...' -v -d...
  3. C

    PVE 5.1 Ceph mon fail

    Hello, I have 4 nodes cluster with 4 ceph mon/mgr. Fourth mon crash after ~5 min. There is logs. root@c1n4:~# /usr/bin/ceph-mon -f --cluster ceph --id c1n4 --setuser ceph --setgroup ceph 2017-12-02 13:29:57.112750 7f8bb16eaf80 -1 mon.c1n4@-1(probing).mgr e212 Failed to load mgr commands: (2) No...