Alay Patel
Alay Patel
**What happened**: #7846 introduced a new spec field `spec. topologySpreadConstraints` which needs to be validated when creating the vmi. Similar to #8100 /assign
### What happened? When a pod is created with invalid topologySpreadConstraints, it is not rejected by the validating webhook, but the same label selector is rejected during deployment creation ```...
##### SUMMARY kubernetes client-go has QPS and Burst configurations that will allow us to rate-limit the number of request hitting the api-server on client side. It would be great if...
**Describe what this PR does** This PR creates an endpoint package for a collection of implementations that can be used to allow traffic into a namespace of a cluster for...
Refactored some code that looked pythonic with self as receivers. Added Comments for most Part of the code. Comment worth reading in urls_handler.go : // Get implements the method for...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
**What this PR does / why we need it**: Running the following command will install kwok enabled with the ability to fake VMIs ``` KUBEVIRT_DEPLOY_KWOK=true make cluster-up ``` With this,...
This adds a design document to address `API change review guidelines` bullet point in https://github.com/kubevirt/kubevirt/issues/8566. At a high level, the process proposes 4 major improvements: 1. Guidelines for api-reviewers, inspired...
There is a need for customers to migrate data into a pre-provisioned cluster. Eventually we might want to provide configuration options to users on how to handle this case follow-up...
In order to clean up manually before running use the following command: ``` $ oc --context=destination-ctx -n pvc-transfer-source delete pod,cm,secret,svc,route -l app=crane2 && oc --context=destination-ctx -n pvc-transfer-source delete pvc foo...