Mohamed Belgaied Hassine
Mohamed Belgaied Hassine
Is this pull request blocked just because of pending reviews?
Kubevirt has now an ARM64 build as the above Kubevirt issue ([kubevirt/kubevirt#3415](https://github.com/kubevirt/kubevirt/pull/3415) is now merged. Do we have any timeline for this support in Harvester?
@joshmeranda As shown [here](https://github.com/rancher/charts/blob/6a235aeb13adf37244b1164bc606908d3a1238d8/charts/rancher-monitoring/103.0.3%2Bup45.31.1/charts/kube-state-metrics/values.yaml), charts for `v2.8.X` are still using version `v2.6.0 `of `kube-state-metrics`. This should be fixed, Rancher officially supports K8s v1.26.X since v2.7.5 ... Anyone trying to rely...
This PR is interesting because I am encountering issues where it is not possible to use the Harvester provider where the KUBECONFIG file does not yet exist. I get the...
Hi @ne0YT , sorry for not replying since a long time. I have been very busy with my work, and did not spend time on Harvester CLI. So, it looks...
I think I figured out your issue @ne0YT. You are putting the name of the VM too early. In my case, if I do this: ```bash go run main.go vm...
A couple of constraints about the choice of the OS: - It should support `cloud-init` which [is not the case for OpenSUSE Leap Micro](https://get.opensuse.org/leapmicro/5.2/#download) but is the case for [SLE...
> We'd have to have our own version of image-builder as we wouldn't be able to include RKE2 into that project directly. But we can still use it as a...
Looks like `SLE Micro for Rancher` is not a good choice when there is no Rancher available. It looks like we would have 2 possible choices: - OpenSUSE Leap -...
IMHO, we should stick to whatever CAPI does for now, meaning: - We use Ubuntu - We use a variation of [image builder](https://github.com/kubernetes-sigs/image-builder ) @agracey SLE Micro for Rancher could...