Alex Kalenyuk
Alex Kalenyuk
**What this PR does / why we need it**: - Add storage class/csidriver logging - Avoid deleting test manifests on all ginkgo nodes `SynchronizedAfterSuite` takes two function arguments. The first...
Signed-off-by: Alex Kalenyuk #### What type of PR is this? /kind bug #### What this PR does / why we need it: As seen in https://github.com/openshift/openshift-restclient-python/issues/430 We are hitting a...
**What happened (please include outputs or screenshots)**: base_resource_lookup unexpected at the k8s client ResourceList init ```bash load cache error: __init__() got an unexpected keyword argument 'base_resource_lookup' ``` **What you expected...
Signed-off-by: Alex Kalenyuk **What this PR does / why we need it**: We fail to remove the finalizer because the mutating webhook validates source ns exists, but source ns might...
Signed-off-by: Alex Kalenyuk **What this PR does / why we need it**: - Handle some storageClassName nils - We'd expect the CSIDriver object to be there, otherwise ceph install might...
Signed-off-by: Alex Kalenyuk **What this PR does / why we need it**: Should probably identify which test this is **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #,...
Signed-off-by: Alex Kalenyuk **What this PR does / why we need it**: Today's smart cloning methods use a 1:1 cloning method which creates a temporary snapshot of the source PVC...
Signed-off-by: Alex Kalenyuk **What this PR does / why we need it**: Testing on FIPS-compliant clusters might fail miserably because the cipher we pick for testing purposes is not FIPS-friendly....
**What happened**: This test started failing consistently (locally as well) some time after release-0.53. Although is has been identified and solved in https://github.com/kubevirt/kubevirt/pull/7731, there remain a few open questions and...
Signed-off-by: Alex Kalenyuk **What this PR does / why we need it**: Add a target that tells us when deps are not in sync. We can decide if we want...