Patryk Małek
Patryk Małek
## Problem statement Sometimes the framework can receive a 4xx or 5xx HTTP error code when requesting a file (like a manifest) in order to deploy/teardown an add-on. These in...
When user already has kong addon deployed in an existing cluster and it's in a broken state then no error will be displayed causing confusing test failures etc. https://github.com/Kong/kubernetes-testing-framework/blob/b3ce22e2996d048ec4452d0369b36e1db094bca1/pkg/clusters/addons/kong/addon.go#L275-L277 There...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement As a user of ktf I'd like to be able to...
### Problem statement When Gateway deployment is being scaled, KIC can sometimes incorrectly not send the configuration to the newly spawned Gateway Pods thus preventing them from getting ready. ###...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When users use a custom plugin in `konghq.com/plugins` annotation e.g. like...
### Problem statement `TestMetricsAreServed/with_push_error_and_FallbackConfiguration_enabled` seems to fail randomly on CI (and also locally): Logs caught locally from a failing run: ``` run.go:230: 2024-06-04T12:34:47+02:00 info Diagnostics server disabled run.go:230: 2024-06-04T12:34:47+02:00 info...
### Problem statement As described in https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#a-aaaa-records-1: > Any Pods exposed by a Service have the following DNS resolution available: > `pod-ipv4-address.service-name.my-namespace.svc.cluster-domain.example` This is not the case for `kube-dns`. We're...
### Problem statement [`charts/gateway-operator/scripts/update-rbac-resources.sh`](https://github.com/Kong/charts/blob/468ea40c2bab04b7c6b5c853f633d575e7fc8e53/charts/gateway-operator/scripts/update-rbac-resources.sh) is used to update the RBAC resources in gateway-operator chart. It does not take KGO EE RBAC rules into account hence running this on the current...
### Description Make version of Gateway API APIVersion depend on KGO version. ### Testing instructions Preview links - https://deploy-preview-7686--kongdocs.netlify.app/gateway-operator/latest/get-started/kic/create-gateway/ - https://deploy-preview-7686--kongdocs.netlify.app/gateway-operator/latest/get-started/kic/create-route/ - https://deploy-preview-7686--kongdocs.netlify.app/gateway-operator/latest/guides/ai-gateway/ - https://deploy-preview-7686--kongdocs.netlify.app/gateway-operator/1.3.x/customization/data-plane-image/#using-gatewayconfiguration ### Checklist - [x] Review...
**Describe the bug** ``` RUST_BACKTRACE=full make generate.clientsets mise bin/plugins/kube-code-generator/bin/install failed Error: 0: bin/plugins/kube-code-generator/bin/install exited with non-zero status: exit code 1 Location: src/plugins/script_manager.rs:178 Version: 2024.6.6 macos-arm64 (2024-06-20) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⋮...