d8f4b251创建于 2025年12月9日历史提交
文件最后提交记录最后更新时间
add generated changes Signed-off-by: Daniel Sionov <dsionov@redhat.com>6 个月前
Operator: Use tag for strategy job if given This is required for installation release n with operator of verions m. Where n a m are different. Also fix "should use custom virt-operator image if provided" unit test. Signed-off-by: Luboslav Pivarc <lpivarc@redhat.com>6 个月前
hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com>8 个月前
test: set timeout to ginkgo_tests The timeout arg was set on the go_test but not on the ginkgo_test. Even if the ginkgo_test is a wrapper of go_test, it simply executes the binary and the timeout is not something configurable at build time. This leads to timeout executing the virt-operator parallel tests. Setting the timeout on the ginkgo_test rule too will solve the issue. Signed-off-by: fossedihelm <ffossemo@redhat.com>8 个月前
Merge pull request #15121 from Barakmor1/cleanlog Remove redundant function and log from virt-operator10 个月前
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 年前
virtoperator BugFix:remove leftover install strategies Previously, the operator didn’t delete old install strategy ConfigMaps. Since the ConfigMap name is generated, each upgrade creates a new one with a different name, so the "already exists" check is not valid, and updates are always skipped. This commit lists and deletes all ConfigMaps with the install strategy label before creating a new one. Signed-off-by: bmordeha <bmordeha@redhat.com>7 个月前
Merge pull request #16168 from kubevirt-bot/cherry-pick-15949-to-release-1.7 [release-1.7] Migration cert6 个月前
virtoperator BugFix:remove leftover install strategies Previously, the operator didn’t delete old install strategy ConfigMaps. Since the ConfigMap name is generated, each upgrade creates a new one with a different name, so the "already exists" check is not valid, and updates are always skipped. This commit lists and deletes all ConfigMaps with the install strategy label before creating a new one. Signed-off-by: bmordeha <bmordeha@redhat.com>7 个月前
Add np.kubevirt.io/allow-access-cluster-services label to components np.kubevirt.io/allow-access-cluster-services is a pod label to be set by virt-components to indicate that they require access to cluster services otherwise blocked by the strict network policy (NP). This label will be applied to the following virt pods: - virt-operator - virt-api - virt-handler - virt-controller - virt-exportproxy - virt-synchronization-controller - the installer strategy job pod This label is then used as pod selector to create a NP to give the pod access to cluster services (apiserver/dns). Signed-off-by: fossedihelm <ffossemo@redhat.com>7 个月前
Remove description from all test suites Signed-off-by: Roman Mohr <rmohr@redhat.com>4 年前