Din Mušić

Results 27 comments of Din Mušić

Hi, your PR would fix this issue, but could you help me understand why this is an issue in the first place? If Terraform can not retrieve an IP address,...

Hi, thanks again for opening all these issues. If you could open separate pull requests, I would be very grateful as we can then discuss each issue separately further.

Hi, thank you for opening an issue. The error states that access to `/var/lib/libvirt/pools/local-k8s-cluster-main-resource-pool/base_volume` is denied. If `mainResourcePoolPath` is not specified, Kubitect uses the path `/var/lib/libvirt/pools/` for storing resource pools...

Before proceeding, just make sure that the user is added to the `libvirt` group? *(kubitect should be used without root privileges)* 1. List groups using `groups $USER` 2. If `libvirt`...

I am closing this issue as there has been no response for over 1 month. If you need further help in solving this problem, feel free to reopen it.

Hi, the `host-passthrough` mode should be supported. Can you try without equals sign (=) after `cpu`? ```hcl cpu { #

I like the idea of rebooting VMs if `updateOnBoot` is true. We could simply set in cloud-init: ```yaml power_state: mode: reboot condition: ${update} ``` However, a reboot can cause an...

One way of doing it would be to duplicate the remote-exec block within the `vm_domain`. The first provisioner can be set to ignore the error (`on_failure: continue`) and the second...

I would prefer the `cloud-init --wait` command over the current *log-parsing* approach, with the addition of redirecting the standard output to `/dev/null`. Otherwise, cloud-init command outputs a dot every second....

I think that `cloud-init` terminates the VM just a bit too fast, which produces the above error occasionally. I've tried setting the reboot delay of 1 second, which passed all...