Krzysztof Słonka

Results 155 comments of Krzysztof Słonka

Moving this to pending so we can decide if the current set is enough.

Still relevant: https://github.com/kumahq/kuma/blob/master/pkg/xds/server/callbacks/dataplane_status_tracker.go#L265-L269

We have an action in Kuma that does that - https://github.com/kumahq/kuma/blob/master/.github/workflows/update-insecure-dependencies.yaml#L42

Cherry-picking Mike's commit does not seem to work (tests fail).

Moving this back to draft until I make the adjustments.

Hi, thanks for contributing. I'm looking into this because it might turn out to be a bigger fix than just one file.

@nsikorskiy can you work on the linter and also resolve conflicts?

Reproduced this locally on k3d (2.4.1): ``` $ kubectl get deployments.apps -n kuma-demo demo-app -o yaml | yq '.spec.template.metadata.annotations' kuma.io/transparent-proxying-inbound-v6-port: "0" my.custom.annotations.com: "1" ``` ``` kubectl get pods -n kuma-demo...