| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Merge pull request #15783 from orelmisan/fix-virtctl-expose virtctl expose: Fix Service label selector | 7 个月前 | |
virt-ctrl, template service: Use concrete for tests Test the logic directly by using the concreate struct, as there is no need to test through an abstraction. Signed-off-by: Orel Misan <omisan@redhat.com> | 9 个月前 | |
Adjust node selector for TDX VMIs The TDX VMI gets scheduled on a TDX labelled node Signed-off-by: Zhenchao Liu <zhencliu@redhat.com> | 7 个月前 | |
Corrected compilation error due to not providing expected architecture argument to node renderer constructor Signed-off-by: David Aghaian <16483722+daghaian@users.noreply.github.com> | 3 年前 | |
cleanup: remove WithPrivileged occurrences and related code The WithPrivileged helper and related privileged security context handling were removed. This code was only used to support the ppc64le architecture, which is no longer supported. Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 9 个月前 | |
cleanup: remove WithPrivileged occurrences and related code The WithPrivileged helper and related privileged security context handling were removed. This code was only used to support the ppc64le architecture, which is no longer supported. Signed-off-by: Daniel Sionov <dsionov@redhat.com> | 9 个月前 | |
virt-controller: move remaining memory request code to resource renderer Signed-off-by: Jed Lejosne <jed@redhat.com> | 7 个月前 | |
add feature gates, render virt-launcher based on vmi spec Signed-off-by: Alay Patel <alayp@nvidia.com> | 11 个月前 | |
Add workaround to expose image digests for ImageVolume As described in the ImageVolume VEP (https://github.com/kubevirt/enhancements/blob/main/veps/sig-compute/image-volume-proposal.md), we need the ImageVolume to report the image digest, similar to how imageID is exposed in containerStatus. There is currently a KEP in Kubernetes to address this need (https://github.com/kubernetes/enhancements/pull/5375), but it depends on CRI-O support and may take time to GA. To avoid delaying ImageVolume graduation in kubevirt, this commit adds a noop containers using the images from containerDisks and kernel boot. To ensure that the image digest is fetched and reported, enabling support during live migration. Signed-off-by: bmordeha <bmordeha@redhat.com> | 7 个月前 | |
Add workaround to expose image digests for ImageVolume As described in the ImageVolume VEP (https://github.com/kubevirt/enhancements/blob/main/veps/sig-compute/image-volume-proposal.md), we need the ImageVolume to report the image digest, similar to how imageID is exposed in containerStatus. There is currently a KEP in Kubernetes to address this need (https://github.com/kubernetes/enhancements/pull/5375), but it depends on CRI-O support and may take time to GA. To avoid delaying ImageVolume graduation in kubevirt, this commit adds a noop containers using the images from containerDisks and kernel boot. To ensure that the image digest is fetched and reported, enabling support during live migration. Signed-off-by: bmordeha <bmordeha@redhat.com> | 7 个月前 | |
bugfix: align virt-tail imagePullPolicy with global setting Without this change, the virt-tail container may use a different imagePullPolicy than other containers in virt-launcher. Signed-off-by: bmordeha <bmordeha@redhat.com> | 9 个月前 | |
Consistent copyright notice under pkg Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. If accepted, a similar sed PR would follow to the reset of the code based. sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./' git grep -l '20.. Red Hat, Inc.' Signed-off-by: Dan Kenigsberg <danken@redhat.com> | 1 年前 | |
virt-ctrl, services: Export TemplateService Currently, NewTemplateService returns an interface. This pattern does not align with Go's idiom of accepting interfaces and returning structs [1]. Export the templateService struct and return it from NewTemplateService. [1] https://go.dev/wiki/CodeReviewComments#interfaces Signed-off-by: Orel Misan <omisan@redhat.com> | 9 个月前 | |
virt-controller: move remaining memory request code to resource renderer Signed-off-by: Jed Lejosne <jed@redhat.com> | 7 个月前 | |
unit test: apply overcommit memory only whenever necessary Signed-off-by: Itamar Holder <iholder@redhat.com> Signed-off-by: Jed Lejosne <jed@redhat.com> | 7 个月前 | |
Enable virtiofsd live migration Add the required parameters to enable virtiofsd live migration. We are trying to make the live migration infallible, so any error during the migration will be received by the guest in the target. Signed-off-by: Javier Cano Cano <jcanocan@redhat.com> Signed-off-by: German Maglione <gmaglione@redhat.com> | 1 年前 | |
virt-config, fg: Distribute FG names per active or inactive state Move FG name to the file that represent the state of the FG (active, inactive). Active FGs can be in alpha, beta or deprecated states. Inactive FGs can be in GA or discontinued states. Signed-off-by: Edward Haas <edwardh@redhat.com> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 个月前 | ||
| 9 个月前 | ||
| 7 个月前 | ||
| 3 年前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 7 个月前 | ||
| 11 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 9 个月前 | ||
| 1 年前 | ||
| 9 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 1 年前 |