ssp-operator
ssp-operator copied to clipboard
Operator that deploys additional KubeVirt resources
```release-note Updated common-instancetypes bundles to v0.4.1 ```
**What this PR does / why we need it**: Deployment of the `common-instancetypes` resources will be handled by `virt-operator` moving forward so we can finally deprecate the operand within SSP...
**What happened**: The test is flaky and fails too often.
**What this PR does / why we need it**: Cleanup code in `csv-generator`. **Release note**: ```release-note None ```
**What this PR does / why we need it**: VMStorageClassWarning is being fired for VMs of all OSs, but although technically possible, the error never happened or was reproduced in...
**What this PR does / why we need it**: This commit removes these generated files from the repository: - `data/olm-catalog/ssp-operator.clusterserviceversion.yaml` - `data/crd/ssp.kubevirt.io_ssps.yaml` Instead of these files, the csv-generator uses the...
We may want to enable multi-platform builds.
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug /kind enhancement **What happened**: vm-console-proxy can only be...
/kind bug **What happened**: The following output is after applying https://github.com/kubevirt/ssp-operator/pull/505 but has been around since we moved to v2 a while ago: ``` $ make functest [..] You're using...
Enable building of ssp-operator and template-validator on arm64 machine. It's essential when developing the operator.