chinglin
chinglin
Expect a place to change username, Currently I have not found the place to do that
Here's the workflows, which should run when tag event happen, but I accidentally comments out those filter, so it create a release tag with name (refs/heads/master) , which cause later...
**What happened**: A clear and concise description of what the bug is. create VM stuck on scheduled step ``` default 0s Warning SyncFailed virtualmachineinstance/vm-centos8 server error. command SyncVMI failed: "LibvirtError(Code=1,...
**What happened**: create VM, stuck on SnapshotForSmartCloneInProgress **What you expected to happen**: VM status is running **How to reproduce it (as minimally and precisely as possible)**: Steps to reproduce the...
# Bug reports ``` completer := func(d prompt.Document) []prompt.Suggest { s := []prompt.Suggest{} for i, v := range loglist { s = append(s, prompt.Suggest{ Text: strconv.Itoa(i+1) + " " +...
- while return snapshot response, also return the size ## Pull Request template Please, go through these steps before you submit a PR. **Why is this PR required? What issue...
**What steps did you take and what happened:** create volumesnapshot, cause later create PVC(which source is snapshot) failed ( because of zero storage.size ) ``` apiVersion: cdi.kubevirt.io/v1beta1 kind: DataVolume metadata:...
Adding http page support will be great say use url to directly locate the pod's log.
### Ⅰ. Issue Description Current oepn-local helm chart using job to append flag policy-config-file to kube-scheduler, and the flag is removed from v1.23, cause error. ### Ⅱ. Describe what happened...
Why `HelmChartConfig` doesn't have set field in Spec, which means can't override `HelmChart` resource's set values ? Both should support set values? ( say merge HelmChartConfig set into HelmChart's set....