Cristian Calin

Results 9 issues of 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...

cncf-cla: yes
size/L
approved
kind/feature

**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...

kind/feature
lifecycle/rotten

**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...

lifecycle/rotten
kind/failing-test

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...

enhancement
package
runtime-config

**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...