Shane Utt

Results 96 issues of Shane Utt

### Where is the problem? https://github.com/Kong/docs.konghq.com/blob/main/app/kubernetes-ingress-controller/2.0.x/guides/setting-up-custom-plugins.md ### What happened? This doc needs a refresher and some updates now that 2.0 has released. ### What did you expect to happen? We...

team-k8s
onboarding

When developing eBPF programs with Aya developers may reach a level of code complexity that causes [spills from registers to the stack](https://github.com/torvalds/linux/blob/master/kernel/bpf/verifier.c), and sometimes even end up [failing verification due...

[Compile Once Run Everywhere (CO-RE)](https://facebookmicrosites.github.io/bpf/blog/2020/02/19/bpf-portability-and-co-re.html) is an important facility of eBPF that enables something that most eBPF developers will in time expect to take for granted. However, at the time...

This is a counterpart/addon to https://github.com/datawire/ambassador/issues/2121 to add ARM64 support for the operator once Ambassador itself supports the platform.

(follow-up from GAMMA meeting 2023-01-31) In the past we've had discussions about a mode of operation for Gateway API which we'll call "static mode" (previously called "unmanaged mode" in some...

documentation
kind/feature
lifecycle/rotten
area/conformance
area/mesh

The purpose of this issue is to request a new `cargo-generate` template (similar perhaps, to the [aya template](https://github.com/aya-rs/aya-template)) for bpfd, which would do the following: - template out an ebpf...

enhancement
help wanted
kube-deployment

We had good success [talking about bpfman at Kubecon](https://www.youtube.com/watch?v=8pXBbFzH_tQ), which was very relevant there because of our Kubernetes operator and the general additional security problems we want to help with...

documentation

### Current Behavior If `kind` is configured to use Podman instead of Docker when creating a test environment with the `metallb` addon enabled, the create will fail with: ```console $...

bug

### Problem Statement Historically we've supported `kind` and GKE for cluster provisioning, but we haven't had an Openshift option for running tests in an Openshift environment. The purpose of this...

area/feature
priority/medium
size/large

When first started the KTF was built entirely to support Linux workstations and CI as this was the only OS used by the original contributors. In an effort to make...

area/feature