Patryk Małek

Results 134 issues of Patryk Małek

Given recent changed in CI such that [dependabot's PRs get automatically enabled auto-merge and are approved by `githubactions[bot]`](https://github.com/Kong/kubernetes-ingress-controller/blob/278a7e12892db5872e969e0746a265d3fbd30032/.github/workflows/automerge-dependabot.yaml) we have realized that in order for this to work dependabot would...

area/ci

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Implement gateway port matching for Gateway API Routes as it was...

area/feature

## Problem statement `store.Store`'s `IngressClassV1` related functions do not accept ingress class as parameter. As of now this is not problematic but relies on filling store's `ingressClass` field. We can...

area/feature
priority/low
onboarding

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement When querying API server with a big amount (depending on size...

area/feature

When upgrading to `go1.15` on Mac (using `git version 2.28.0`) I've noticed that I keep getting `Unrecognized Go version`. It appeared that [latest `master` - ed2c95b - uses `git pull`...

I'd like to print concrete values inside stacked bar chart just like so (legend not relevant on the plot): ![image](https://user-images.githubusercontent.com/739996/32845759-dd0c81ca-ca25-11e7-9d1b-d8510320ff89.png) I realize that this is most likely not possible as...

I tried to set custom highlight color as stated in readme but is simply doesn't work (the default works ok). I use your plugin with Vundle. My .vimrc : ```...

Looks like a timeout waiting on some condition: ``` --- FAIL: TestGatewayConformance/Multiple_HTTP_listeners_with_the_same_port_and_different_hostnames,_each_with_a_different_HTTPRoute (61.14s) ``` Related CI run: https://github.com/Kong/kubernetes-ingress-controller/actions/runs/3059105976/jobs/4936093386#step:5:10547

area/testing
test-flake

These tests failed in PR tests pipeline: ``` --- FAIL: TestGatewayConformance/HTTPRoutes_should_attach_to_listeners_only_if_they_have_intersecting_hostnames,_and_should_accept_requests_only_for_the_intersecting_hostnames (60.47s) --- FAIL: TestGatewayConformance/HTTPRoutes_should_attach_to_listeners_only_if_they_have_intersecting_hostnames,_and_should_accept_requests_only_for_the_intersecting_hostnames/HTTPRoutes_that_do_intersect_with_listener_hostnames (60.05s) ``` related failure: https://github.com/Kong/kubernetes-ingress-controller/actions/runs/3054544707/jobs/4926571183

area/testing
test-flake

It seems that `TestValidationWebhook` test sometimes fails due to a missing secret: ``` === CONT TestValidationWebhook webhook_test.go:580: verifying that a JWT credential which has keys with missing values fails validation...

area/testing
test-flake