Kiefer Chang

Results 45 issues of Kiefer Chang

The [current taints toleration](https://github.com/rancher/support-bundle-kit/blob/279a658ae7597003c80f5924d0ae7dfc243102fe/pkg/manager/agent.go#L70-L79) are only for Harvester use. It would be nice to support configuring these taints. ``` Tolerations: []corev1.Toleration{ { Key: types.KubevirtDrainKey, Operator: corev1.TolerationOpExists, }, { Key: corev1.TaintNodeUnschedulable,...

We can add controllers to the project to avoid redundant implementations in other projects. - [Harvester controllers](https://github.com/harvester/harvester/tree/master/pkg/controller/master/supportbundle) - [WIP PR in Longhorn](https://github.com/longhorn/longhorn-manager/pull/996)

enhancement

**Is your feature request related to a problem? Please describe.** With https://github.com/harvester/harvester/issues/4777 we add UEFI support to the node driver, we need an interface in the Rancher GUI as well....

area/ui
priority/1
require-ui/small
kind/feature

**Is your feature request related to a problem? Please describe.** Deleting a disk from GUI removes the disk from Longhorn only. If a user deletes a disk without evicting replicas...

kind/enhancement
area/backend
priority/0
area/node-disk-manager

Bump Rancher to v2.8.5

Bump Harvester components' minor version x.y.z to x.y+1.z in v1.4. cc @tserong ## Components ### Charts | Done | | v1.3-head | v1.4-head | Owner | |---|---|---|---|---| | 🟢 |...

priority/0
kind/task
not-require/test-plan
not-require/release-note

**Describe the bug** In the installer CI, we test spawning nested VMs, but sometimes it doesn't run into the OS and functions well. **To Reproduce** Steps to reproduce the behavior:...

kind/bug
area/installer
priority/2
area/test
reproduce/always
not-require/test-plan

**Describe the bug** We have an allow list in the installer: https://github.com/harvester/harvester-installer/blob/14913a95dc7cd28585814b52393285fb376a9b99/pkg/config/config.go#L41 to validate if provides a valid setting, but the list doesn't catch up the changes in the [harvester...

kind/bug
area/installer
priority/0
severity/1
backport-needed/1.3.2

**Is your enhancement related to a problem? Please describe.** Longhorn will add the HA for backing images in 1.7.0, we need to leverage this enhancement. See the [LEP].(https://github.com/longhorn/longhorn/blob/master/enhancements/20240426-backing-image-enhancement.md) **Describe the...

kind/enhancement
priority/0
area/longhorn

**Is your enhancement related to a problem? Please describe.** In the issue https://github.com/harvester/harvester/issues/5005, we found that supported machine type can change between versions and architecture (for example, x86_64 and ARM...

kind/enhancement
area/backend
require-ui/small