Search results

  1. C

    Kubernetes proxmox-operator

    Hello, I was tested kubevirt, but I think it's is not production ready now. But I following this project.
  2. C

    Kubernetes proxmox-operator

    I'm using it with sidero system. One helm chart creating VMs and sidero using it for kubernetes nodes. I'm planing to write post with my full case. But now, it can be used for just manage vm's.
  3. C

    Kubernetes proxmox-operator

    Oh, sorry :)) https://github.com/CRASH-Tech/proxmox-operator
  4. 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
  5. C

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

    I tried your curl code. It's also not work on 6.2, but work on all 7.x. And pvesh are works on 6.2. I think it's API bug in 6.2
  6. C

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

    Thank, I'm testing on 6.2-4, I think this the problem.
  7. C

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

    No, same error. I think, I will drop to support PVE 6 :(
  8. C

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

    Thank for reply, I'm developing kuberentes operator for manage proxmox vms, and I need to use native api. And without node and storage I got same error. {"vmid":101,"filename":"vm-101-disk-0","size":"32G"}
  9. 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...
  10. C

    command IOTOP = ksoftirqd/0 99%

    I can confirm that issue too.
  11. C

    PVE 5.1 Ceph mon fail

    That is ceph bug: http://tracker.ceph.com/issues/21770 You can fix is by stopping active mgr, and restart failed mon. This bug is fixed in 12.2.2
  12. C

    PVE 5.1 Ceph mon fail

    I have tried to remove and re-create mon. But have same error root@c1n4:~# pveceph createmon admin_socket: exception getting command descriptions: [Errno 111] Connection refused INFO:ceph-create-keys:ceph-mon admin socket not ready yet. INFO:ceph-create-keys:ceph-mon is not in quorum...
  13. 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...