Drew Gonzales
Drew Gonzales
## Description I ran into https://github.com/helm/helm-mapkubeapis/issues/46 while trying to use this plugin. In my helm manifest, I had ```yaml apiVersion: scheduling.k8s.io/v1beta1 description: "really cool description and totally unpredictable" kind: PriorityClass...
If you define a route for a loadbalancer ``` loadbalancers: - name: drewbalancer routes: - name: ingress expose: default->80/tcp destination: avtrajectories->default ``` Then change it in the next PR with...
Issue #1040 This is my first PR here :smile: ## Summary Originally, I was going to set a `X-Nomad-Version` on every request, then check the header on every request to...
**What this PR does / why we need it**: closes #6422 (Which actually closed due to inactivity, but I'm implementing a fix here) When an unused value is passed into...
Hi, I know you can `go install`, but I have a use case where I need to build it for a different architecture and I can't ``` GOARCH=${TARGETARCH} GOOS=${TARGETOS} go...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller ### Description I'm adding metrics so that users can view which Kubernetes services and ingresses are annotated for the aws-load-balancer controller. When services and ingresses are annotated...
**Is your feature request related to a problem?** As an operator of the controller, I'd like to know how many ingresses and services the controller is "in control of." For...