Kuan-Po Tseng

Results 30 issues of Kuan-Po Tseng

**Problem:** Harvester NTP server settings not correctly mapping to NodeConfig ntpConfigs. https://github.com/harvester/harvester/blob/226f72aa58532071232ad548e27970c1cec55733/pkg/controller/master/setting/ntp_server.go#L54 retrieve ntp settings from NodeConfig and https://github.com/harvester/harvester/blob/226f72aa58532071232ad548e27970c1cec55733/pkg/util/ntp.go#L19-L21 append the ntp server if it not exist in the current...

**Problem:** This is a prerequisite pr for implementing CPU Pinning. We need to add the cpu manager configs first. `system-reserved`, `kube-reserved`, `cpu-manager-policy`. **Solution:** Introduced two configs files: - `rke2-99-z00-harvester-reserved-resources.yaml` -...

**Problem:** When you upgrade a single node it will turn off all VMs. And there was some talk of having the VMs going back to previous state. **Solution:** Add new...

~~Blocked by https://github.com/harvester/harvester-installer/pull/756~~ **Problem:** Implement CPU Pinning feature **Solution:** Introduce two endpoints: - enable cpu manager: `/v1/harvester/nodes/{node_name}?action=enableCPUManager`, which turn cpu manager policy into `static` on the node. Then user could...

related to https://issues.apache.org/jira/browse/KAFKA-17256 Currently in ClusterConfig setListenerName and setSecurityProtocol not work under KRaft mode, while we could set it in zookeeper mode. This PR aims to align the behavior. ###...

Approach 1: make `retention.bytes` roll active segment when active segment size > `retention.bytes` Leave this draft and evaluate the scope of CI affected by this commit. ### Committer Checklist (excluded...

stale

**Is your doc request related to a problem? Please describe or add the related issue ID.** In https://docs.harvesterhci.io/v1.4/logging/harvester-logging/#configuring-log-destinations, there are many links in there are broken. **Describe the solution you'd...

require/doc

**Is your enhancement related to a problem? Please describe.** In Harvester v1.4.0-rc2 ARM iso, under directory `bundle/harvester/images-lists-archive` we can see image lists for versions v1.1.0 ~ v1.2.2, which do not...

kind/enhancement
priority/2
not-require/test-plan
area/arm

**Describe the bug** After upgrade from `v1.3.2` to harvester `v1.4.0-dev-20240918` then enabling CPUManager on the node, the node remains in `cordoned` state. From UI is complains that Kubelet stopped posting...

kind/bug
area/upgrade
reproduce/always
severity/needed

related to https://issues.apache.org/jira/browse/KAFKA-17721, as title, configure controller lister name and security protocol in new test framework ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation...

tests
small