Jack Francis
Jack Francis
### What would you like to be added (User Story)? As a release manager, I would like to be able to easily triage test failures by escalating to a "Test...
**What type of PR is this?** /kind flake **What this PR does / why we need it**: This PR ensures that HelmChartProxy values strings are strings where there could be...
**What type of PR is this?** **What this PR does / why we need it**: This PR adds test integration with the three different upstream cluster-autoscaler scenarios for Azure: -...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] 1. We don't want to have to run E2E or unit tests...
This PR adds a `EnableFullEviction` configuration option to the `RemovePodsViolatingNodeAffinity` plugin. Enabling it would look like this: ```yaml apiVersion: v1 data: policy.yaml: | apiVersion: "descheduler/v1alpha2" kind: "DeschedulerPolicy" profiles: - name:...
This PR removes cloud-provider-azure 1.25 tests now that no more v1.25.n releases will be cut.
From [KEP 1645](https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/1645-multi-cluster-services-api), here are the outlined requirements for graduation from Alpha to Beta for MCS: - [x] A detailed DNS spec for multi-cluster services. - [x] NetworkPolicy either solved...
This would allow some basic protection against invalid YAML from landing in the project. /kind feature
1. Fix any inconsistencies 2. Write a test and incorporate into UT suite
The Kubernetes project will deprecate PodSecurityPolicy starting with 1.21.0, and then remove it entirely starting at 1.25.0. See: - https://github.com/kubernetes/kubernetes/pull/97171 This issue tracks the replacement of the existing kured PodSecurityPolicy...