Cristian Calin
Cristian Calin
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This PR adds support for [pre-commit](https://pre-commit.com) to run some of the first steps...
**What would you like to be added**: Documentation for the CI. **Why is this needed**: When recreating the CI it was difficult to identify all the moving parts. It would...
**Which jobs are failing**: https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/2394042778#L3085 **Which test(s) are failing**: Randomly **Since when has it been failing**: Since setting up new Ci **Testgrid link**: https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/2394042778#L3085 **Reason for failure**: `get_url` tasks appear...
This PR adds the ability to sort yaml keys (`-k`/`--sort_keys` command line) while retaining some comments. A CI test is also added illustrating the retention of comments. When keys need...
When formatting yaml files it is a good idea to order dictionary keys to minimise merge conflicts when storing his code in git. This issue is to request the implementation...
Kubernetes 1.22 dropped the v1beta1 API for `VolumeAttachment` and moved it to stable. As a result the `csi-attacher` container throws the following logs: ``` I0913 07:45:26.832278 1 reflector.go:188] Listing and...
This PR allows the application set controller webhook to pass ingress controller health checks such as HTTP probes on the root path like the ones AWS ALB does by default...
### What problem are you facing? I need to deploy my crossplane control plane, providers and functions on a specific subset of nodes. For this I need to be able...
Not setting modifiedQueryString still results in a rewrite rule that sets the query string to empty
**Describe the bug** We are using rewrite rules on ingress to rewrite paths but would like to preserve the query string. The AppGW ingress controller updates the rewrite rule to...