Shane Utt
Shane Utt
### Problem Statement When Gateway API released [v0.5.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.5.0) the new `v1beta1` types were backwards compatible with their previous `v1alpha2` counterparts so not much controller machinery had to be changed. This...
### Problem Statement The translator logic inside of `internal/dataplane/parser/` (e.g. `translate_ingress.go`) is responsible for translating Kubernetes objects (like `Ingress`) into the underlying Kong Admin API objects (like `kong.Service`, `kong.Route`, and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement As an interim fix to bridge the gap between our previous...
### Problem Statement A large portion of the time our CI runs take today are image pulls that happen inside [ContainerD](https://github.com/containerd/containerd) inside of [KIND](https://github.com/kubernetes-sigs/kind) clusters. Kind [does not currently natively...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Versions of components in our release testing and other Github Workflow...
### Current Behavior When we originally wrote the webhook integration tests a hack was used to make them work in the `kind` environment. These tests do not work against other...
### Problem Statement Currently we have some problems with how routes are named, and inconsistencies across different API types such as `Ingress` route names are appended with a `%d%d` which...
**Is your feature request related to a problem? Please describe.** Web authentication for `vultr-cli`. **Describe the solution you'd like** Instead of exporting `VULTR_API_KEY`, it would be nice to be able...
**What would you like to be added**: Automated release creation. **Why this is needed**: It's nice to have and it might encourage us to release more often. **Details**: Ideally we...
### Summary A [discussion in kong/kubernetes-ingress-controller](https://github.com/Kong/kubernetes-ingress-controller/discussions/2831) wherein a user was trying to use mTLS with gRPC indicated a bug in the Kong Gateway where `grpcs` wasn't allowed to have a...