ssp-operator icon indicating copy to clipboard operation
ssp-operator copied to clipboard

Operator that deploys additional KubeVirt resources

Results 35 ssp-operator issues
Sort by recently updated
recently updated
newest added

The new lane will be useful to catch issues with upgrades between releases. **Is this a BUG REPORT or FEATURE REQUEST?**: /kind enhancement

kind/enhancement

Let's reevaluate if the metrics and alerts exposed by the operator and template-validator are useful. We have these metrics: - `kubevirt_ssp_operator_reconcile_succeeded` - `kubevirt_ssp_vm_rbd_block_volume_without_rxbounce` - `kubevirt_ssp_common_templates_restored_total` - `kubevirt_ssp_template_validator_rejected_total` And these alerts:...

kind/enhancement

**What happened**: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/kubevirt_ssp-operator/952/pull-ci-kubevirt-ssp-operator-main-e2e-single-node-functests/1778701297726263296 ``` Prometheus Alerts SSPHighRateRejectedVms Alert [test_id:8377] Should fire SSPHighRateRejectedVms /go/src/github.com/kubevirt/ssp-operator/tests/monitoring_test.go:116 [FAILED] in [It] - /go/src/github.com/kubevirt/ssp-operator/tests/monitoring_test.go:123 @ 04/12/24 09:32:57.388 • [FAILED] [634.636 seconds] Prometheus Alerts SSPHighRateRejectedVms Alert [It]...

kind/bug

**What happened**: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/kubevirt_ssp-operator/952/pull-ci-kubevirt-ssp-operator-main-e2e-single-node-functests/1778701297726263296 ``` DataSources with DataImportCron template without existing PVC [test_id:7469] should create DataImportCron in golden images namespace /go/src/github.com/kubevirt/ssp-operator/tests/dataSources_test.go:806 [controller-runtime] log.SetLogger(...) was never called; logs will not be displayed....

kind/bug

/cc @0xFelix **What this PR does / why we need it**: The functional tests currently assume that SSP is deployed standalone without HCO. However these same tests are also used...

dco-signoff: yes
size/M
do-not-merge/hold
release-note-none

Create a script for creating github release, so we don't forget any of the steps. For new major release: - Create a new `release-vX.Y` branch from `main`. - Create a...

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind enhancement **Description** Currently, the code that reconciles resources needs to know the type. This makes it inconvenient to reconcile different types...

kind/enhancement

**What happened**: $subject, this is trivial but we are pinning to a specific KubeVirt release using two different env vars at the moment. Merge these and use the existing `latest_version`...

kind/bug

**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug /kind enhancement **What happened**: https://github.com/kubevirt/ssp-operator/blob/54285313efecb017c47744dda5b666bdfd4a1c56/automation/e2e-upgrade-functests/run.sh#L24C20-L24C86 This scripts queries...

lifecycle/stale
kind/enhancement

Our functional tests take around 55 minutes to complete on CI. This issue is about measuring the performance of individual tests and maybe optimizing it.