Patryk Małek
                                            Patryk Małek
                                        
                                    ### Description Most recent main version doesn't allocate tty (regardless of setting `--tty` flag) and immediately exits with exit code 0. ``` limactl shell --log-level trace --tty --workdir / lima...
### Use case I have a set of pretty long integration tests and I want to retain the output from them in pretty much the `standard-verbose` fashion (that's what I...
**What type of PR is this?** /kind bug /area gwctl **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #2849 **Does this PR introduce...
### Problem statement Currently, kubebuilder supports `rule` and `message` fields when specifying `+kubebuilder:validation:XValidation`. [Kubernetes 1.25 introduced CRD validation rules](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules) (beta0 which also allow specifying [`messageExpression`](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/). The following is now possible...
#### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes #352 #### Special notes for your...
### What happened? Data race in `pkg/envconf/config.go` ``` go test -v -race -count 1 -trimpath . === RUN TestX1 === PAUSE TestX1 === RUN TestX2 === PAUSE TestX2 === CONT...
Given that kdigger is written in Go it should be fairly straightforward to provide those builds.
**What happened?**: When playing around with config and querying a namespace metric I got a panic: ``` E0117 21:06:41.565151 1 wrap.go:58] "apiserver panic'd" method="GET" URI="/apis/custom.metrics.k8s.io/v1beta1/namespaces/kong/kong_upstream_latency_ms" auditID="8de84528-caec-4193-b41a-e146d2d871a1" http2: panic serving 10.244.0.1:38584:...
### Problem statement KIC supports emitting kubernetes native events https://docs.konghq.com/kubernetes-ingress-controller/latest/production/observability/events/ like `KongConfigurationApplyFailed` These are created for all resources that are found to be relevant for an issue. This system fails...
### Problem statement Recently changed `TestTCPRouteEssentials` failed on an unrelated PR CI run: ``` === RUN TestTCPRouteEssentials/essentials/verifying_behavior_when_Gateway_is_deleted_and_recreated tcproute_test.go:240: deleting the GatewayClass tcproute_test.go:243: verifying that the Gateway gets unlinked from the...