Results 82 comments of Jack Yu

Although adding timeout lets manager finish process eventually, but it's too hard to decide reasonable timeout. The one reason is that different nodes has different environments, we can't expect how...

@bk201 I think this one is related https://github.com/harvester/harvester/issues/6041 because the OP of #6041 end up getting two succeeded and one pre-drained node, which is similar case to this issue.

@bk201 Forget to add comment link, I mean this comment https://github.com/harvester/harvester/issues/6041#issuecomment-2180319204

[Update-1] There is an error message about instance-manager in cattle-system/rancher-xxxx pod. **It provides some useful messages when upgrading.** ``` 2024-07-02T02:50:01.556273130Z error when evicting pods/"instance-manager-7389ba963cbdeaa51e8748f5425ef7c2" -n "longhorn-system" (will retry after 5s):...

@bk201 Besides dashboard, I think we should also remove Simplified Chinese in documentation, WDYT?

Bumping Logs: 1. Bump LH to `v1.7.0-rc1` , `go mod tidy and go mod vendor` are okay. Start to run build and go mod tidy/vendor after each changes. 1. LH...

It seems we have two options for this case: - Bump go modules, including LH chart -> One PR - Bump LH chart first, then bump go modules -> Two...

@TachunLin I notice that `TestVMOperations::test_stop` failed. According to https://github.com/harvester/harvester/issues/6312#issuecomment-2288004787, the `spec.RunStratedy` isn't changed after Kubevirt v1.2.2. Our `virt-operator` image is `registry.suse.com/suse/sles/15.5/virt-api:1.2.2-150500.8.21.1` in v1.4. So, I think the assertion of this...

Hi @lanfon72 > There is not a way to verify VM image is encrypted or not. (or should we verify it?) After vm starts, it only shows a volume in...