Patryk Małek

Results 331 comments of Patryk Małek

Closing since this got stale. @dweber019 I've managed to take this PR and port it to KO in https://github.com/Kong/kong-operator/pull/2803. I've set you as the author of the commit there. If...

> The release workflow runs only E2E tests against the latest Kubernetes version (as a sanity check) I thought the whole point of this issue would be to get rid...

I'm also struggling with this problem (running docker daemon in VM on Mac, separate network unreachable from host). Setting `SWAGGER_IP` doesn't help: ``` docker inspect signal-api | jq ".[0].Config.Env" [...

The error that's being logged for this might be a result of a bug where https://github.com/Kong/kong-operator/blob/c8d3ed5ddf961a786a60ed353b7734a60023bf51/ingress-controller/internal/dataplane/translator/translate_certs.go#L48-L135 is merging all the reconciled `Gateway`s' certs (this is then used in https://github.com/Kong/kong-operator/blob/c8d3ed5ddf961a786a60ed353b7734a60023bf51/ingress-controller/internal/dataplane/translator/translate_certs.go#L176-L244). This...

I'm wondering if we actually want to remove the feature gate itself 🤔 This would be a breaking change for our users and we're not releasing a major but a...

I've made small changes to the guide (adapting to UI changes and such). 1 thing that is making me pause is the fact that we're adding a Konnect focused guide...

I can confirm that the example from the docs linked by @nicholas-fedor works. For me it ended up being: ``` token, err := client.User.Tokens.New(ctx, user.TokenNewParams{ Name: cloudflare.F("test"), Policies: cloudflare.F([]shared.TokenPolicyParam{ {...

Thanks for raising this issue @pipersoft-care. It makes sense to reintroduce this check. It has been lifted for work with Gateway API's `BackendTLSPolicy` `CACertificateRefs` in https://github.com/Kong/kubernetes-ingress-controller/pull/6853/files#diff-b26d414d0eb20deebca0d2b785bd3e1090aa1a7a182e7dc30640d68c53cb40daL722-L723 so when bringing this...

Which version of KIC are you using? #6660 has been merged in 3.4.0 and that's the version (plus all the newer versions) that should work with Kong 3.8+ (as @spacewander...