Mike Russell

Results 123 comments of Mike Russell

Thanks for those edits @masteryyh ! With those merged in and pulling the latest from `docker pull rancher/terraform-provider-harvester:master-head-amd64` I was able to follow along with the test plan and validate...

Validated that while #2510 passes, the ability to set the cluster-registration-url to null is still exists as an issue in Harvester Master iso: 9631b136 and v2.6.7-rc-9 Rancher. ![Screenshot from 2022-08-17...

@ibrokethecloud As I'm working to familiarize with the flow of this I happened to notice. ### Setup - 1 Harvester v1.1.0-rc1 Node QEMU/KVM 12C 24GiB Mem - 1 OpenStack Instance...

@ibrokethecloud I noticed that the images fail to be acquired when crafting the vm_import yaml: ``` apiVersion: migration.harvesterhci.io/v1beta1 kind: VirtualMachineImport metadata: name: openstack-demo-from-fremont namespace: default spec: virtualMachineName: "6d62d6c7-5f09-4e01-9ec9-c64d175f50c6" #Name or...

@ibrokethecloud thanks for mentioning that change :smile: I went ahead added that as an environment variable (via `kubectl --kubeconfig local_laptop_vm.yaml edit deployment harvester-harvester-vm-import-controller -n harvester-system`) on the deployment. Still just...

Hey @ibrokethecloud - thats a great call out :smile: - I did manage to do that a few times and also changed the name as well when re-creating but was...

@ibrokethecloud - after a bit more adjustments and some edits things started to click a bit more :smile: I've been able to get instances from DC and even my local...

I wasn't able to consistently reproduce this but I also noticed that cleaning up the dangling Volumes from the attempt of: >1. Question: Do we want to allow them to...

@ibrokethecloud I had additional questions I wanted to ask, too. **1. Question: Should we forbid `VirtualMachineImport`'s from creating if there isn't the `destinationNetwork` present within Harvester?** As in: ``` apiVersion:...

@ibrokethecloud - I did also open this up, I'm not sure if it's entirely related to how I was building OpenStack resources for VM Imports: https://github.com/harvester/harvester/issues/2864