HF
HF
Signed-off-by: crazytaxii [email protected] **What this PR does / why we need it**: Providing an option for controlling disk cache mode when using virtctl addvolume command to hotplug disk. How to...
**What happened**: 环境: ```bash $ kubectl get nodes NAME STATUS ROLES AGE VERSION edge-node-1 Ready 27d v1.22.3 edge-node-2 Ready 21d v1.22.3 yurt-cloud Ready control-plane,master,worker 28d v1.22.3 $ kubectl get po...
### This PR is for: - CI ### Provide the server builder image on public registry Add a new Dockerfile with 2 steps for building server image easily: ```bash $...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Publishing multi-arch images support x64 and aarch64 platforms. #### Does this...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Implement tenant update handler. #### Does this PR introduce a user-facing...
### What this PR does Add latest CPU model struct to domain. Before this PR: ```go type CPU struct { Mode string `xml:"mode,attr,omitempty"` Model string `xml:"model,omitempty"` Features []CPUFeature `xml:"feature"` Topology...
### What this PR does Before this PR: VirtualMachineInstanceMigration events: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal SuccessfulCreate 34m virtualmachine-controller Created migration target pod...
#### What type of PR is this? /kind optimization #### What this PR does / why we need it: Create plan, plan config and nodes in a transaction. #### Does...
#### What type of PR is this? /kind optimization #### What this PR does / why we need it: Optimized the HTTP bind util with a streaming style. For example:...
1. Build pixiu with version. 2. Improved Dockerfile and CI. 3. Support aarch64 platform.