davidtclin58

Results 68 comments of davidtclin58

Close this issue since we achieved most of the expected test result for bumping the Kubevirt and checked the basic volume and virtual machine functionalities. We would separately track the...

The original issue have been fixed on `master-a310138d-head` (12/27). ### Test Result When we use empty name to add receiver, it would prompt error to prevent creating. https://user-images.githubusercontent.com/29251855/210317596-1f6ff870-ee1a-4dde-ba68-b59c765ae971.mp4 ### Test...

Verified the UI re-design comment of https://github.com/harvester/harvester/issues/2798#issuecomment-1259760028 on `master-a310138d-head` (12/27). It looks like the behavior remain the same as it was. https://user-images.githubusercontent.com/29251855/210320703-3881c14c-662a-4152-90ee-29cf1943a50d.mp4 Suggest we can investigate more of the behavior...

Verified **fixed** on `master-aa7fcafc-head` (02/07). Close this issue. Checked with development team, the new enhancement including: 1. The tooltip besides the "Add Receiver" now is not clickable 2. Prevent user...

Verified **fixed** on `master-6fd9a5bb-head` (2/10). Close this issue. ### Result Verified by default Harvester already set resource limit to related Kubevirt's pods - `virt-api`, - `virt-controller` - `virt-handler` with the...

### Test plan 1 Setup airgapped environment with proxy server, **do not set** the `no proxy` attribute in Harvester `http-proxy` And perform upgrade according to https://github.com/harvester/harvester/pull/2808#issue-1381869632 The purpose is testing...

Discussed we will verify this issue on v1.1 branch Move to ready for testing and verify after related PR https://github.com/harvester/harvester/pull/3296 have been merged

### Test Plan 1 Result: Failed 1. By adding the following proxy settings in Harvester (did not include `no proxy` value) ``` { "httpProxy": "http://192.168.0.254:3128", "httpsProxy": "http://192.168.0.254:3128", } ``` 2....

Trying to add `no proxy` settings back and rerun the **test plan 1.** ``` { "httpProxy": "http://192.168.0.254:3128", "httpsProxy": "http://192.168.0.254:3128", "noProxy": "localhost,127.0.0.1,0.0.0.0,10.0.0.0/8,cattle-system.svc,192.168.0.0/16,.svc,.cluster.local,example.com, cattle-system, longhorn-system" } ``` But still got the `ImagePullBackOff`...

### Test Plan 1 Rerun Result: PASS For dev build only, we need to update the upgrade image to the required tag name ``` ctr -n k8s.io i tag docker.io/rancher/harvester-upgrade:26c395ac...