Christopher Randles
Christopher Randles
The current data model for the IPPool CRD stores allocations for a given range in a single Kubernetes resource. ## Known Issues - Under certain failure scenarios IP allocations may...
Support the execution of tests without requiring use of the [features](https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/features) package. To the [Environment](https://github.com/kubernetes-sigs/e2e-framework/blob/v0.2.0/pkg/internal/types/types.go#L49-L88) interface, I propose the addition of two new functions: ```go type Environment interface { RunTest(ctx...
I had MPD running on a VM on my local host and experienced no issues. After moving my VM to another machine on my local network, Theremin will not hold...
**What this PR does / why we need it**: Allows overriding the default manifest sort order by annotation. Closes https://github.com/helm/helm/issues/8439 * The annotation: `helm.sh/order-weight`, if defined in a given manifest...
Update all packages to 1.21, and update tests to cover 1.21 -> 1.23. I was going to start with 1.23 -- I can update if preferred. At least with 1.21,...
addition of vcluster provider; interested to see if the CI fails. vcluster needs a "host" cluster to launch into, so I've followed an existing example where a real cluster or...
#### What type of PR is this? /kind documentation #### What this PR does / why we need it: This adds an example of skipping the `features` package and how...