Shane Utt

Results 96 issues of Shane Utt

### Problem Statement Historically we've only had support for `kind` clusters and GKE, but with the upcoming [Gateway Operator](https://github.com/kong/gateway-operator) there's need for EKS clusters in CI. Drivers for this FR:...

area/feature
size/large

### Problem Statement Most of the time when testing the state of an API object the lineage of changes to it's observed (and sometimes declared) state are predictable and reproducible...

area/feature
nice-to-have

### Problem Statement When this repository was originally created I was considering [Cluster API](https://github.com/kubernetes-sigs/cluster-api) as the provisioning tool for what is now `Cluster` objects in the environment provisioning portion of...

area/feature
priority/medium
spike
nice-to-have

**Is your feature request related to a problem? Please describe.** As a user of Qdrant for **semantic caching**, I want to be able to set resource limitations and a policies...

**What would you like to be added**: Initial conformance tests for `TCPRoute` need to be added. **Why this is needed**: In order to mature `TCPRoute` to beta and eventually GA,...

priority/important-longterm
lifecycle/rotten
area/conformance

### Repository to archive kubernetes-sigs/kpng ### Repository and/or sig subproject owners that are approving this archival mcluseau ### When should this be done anytime ### Additional context for request As...

area/github-repo

We added a build tool for cross-compilation in https://github.com/kubernetes-sigs/blixt/pull/184: https://github.com/kubernetes-sigs/blixt/blob/5428487fe560e05dac5eea7c7fd8d22d50388cd5/controlplane/Dockerfile#L1 This is a follow up on [our previous conversation](https://github.com/kubernetes-sigs/blixt/pull/184#discussion_r1622921627) to make sure we don't forget to re-assess this dependency, and...

area/security
triage/needs-information

This is a request that extends https://github.com/bpfman/bpfman/issues/1063. I would like RISC-V support for `bpfman`, and in particular I'm currently using [Fedora on RISC-V](https://dl.fedoraproject.org/pub/alt/risc-v/disk_images/Fedora-40/) so it would be extra nice if...

Currently we're not running [doctests](https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html) in CI due to a problem with our generated API code from `kopium`, wherein the docs generated trigger and then fail testing attempts. The purpose...

good first issue
help wanted
area/maintenance
area/tests

While working on [kube-rs/gateway-api-rs](https://github.com/kube-rs/gateway-api-rs) we noticed that when provided triple backtick characters in a field description, such as [this](https://github.com/kubernetes-sigs/gateway-api/blob/8f5f9d1f515bfd1c2ac9eeee32e436807e0c43ff/config/crd/standard/gateway.networking.k8s.io_httproutes.yaml#L2444): ```yaml items: description: "HTTPRouteMatch defines the predicate used to match requests...

bug
good first issue
help wanted