Teppei Sudo
Teppei Sudo
related issue : #4015 by addressing issue #4015, HostEndpoint objects are deleted after calico node is deleted if we use etcd datastore type. however in kubernetes datastore type, they are...
/kind feature **Describe the solution you'd like** cappx uses vnc websocket to download os image into proxmox nodes. As vnc websocket is a bit unstable, it's better to avoid using...
One of the main feature of CAPP is that user can use any OS image and not need to prepare vm template beforehand. However it might be worth to provide...
fix #107
/kind feature **Describe the solution you'd like** Current CI is supporting only Unit testing (and linting). as the project is getting bigger, it would be helpful if we can support...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] - Support firewall/security groups configuration (ref: https://kubernetes.io/docs/reference/networking/ports-and-protocols/) - It should be an...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] - add new field in `ProxmoxMachine.spec` to specify resource pool name -...
/kind bug when using api-token&secret for proxmox authentication, specific endpoint (`/node/{node}/vncshell`) returns an error even other endpoint does not return any error. not sure if it's actually expected behavior at...
currently insecure skip tls verify is true by default. this should be an option. https://github.com/sp-yduck/cluster-api-provider-proxmox/blob/eed957f8541e92cc3195b96b73a0f275ec331bc2/cloud/scope/clients.go#L67C60-L67C64