Krzysztof Słonka
Krzysztof Słonka
xref https://github.com/kumahq/kuma-website/pull/1688/files#r1538921663 ### Checklist prior to review - [ ] [Link to relevant issue][1] as well as docs and UI issues -- - [ ] This will not break child...
closes https://github.com/kumahq/kuma/issues/10238 just putting out the shell without schema to check if it works correctly (MeshExternalService is a bit like MeshService, not a plugin so things are a bit different...
### Description follow up from https://github.com/kumahq/kuma/pull/10229
### Description Coming from: https://github.com/kumahq/kuma-website/pull/1782/files#r1598101940 Currently we only have `--kuma-dp-uid` to exclude traffic in redirection rules that end up like this: ``` -A KUMA_MESH_OUTBOUND -m owner --uid-owner 0 -j RETURN...
### Description So that we can add "skip-e2e-test" so we don't waste CI time on these things. https://github.com/kumahq/.github/blob/main/.github/workflows/wfc_backport.yml
### Description PodSchedulingReadiness is stable since March 2024 we could figure out if we can use https://kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/ instead of taint controller.
### What happened? I think there are three problems with it: 1. This does not work https://github.com/fluxcd/flagger/blob/133fdecf56b2983f69cf06cbdeb372f988d89343/docs/gitbook/tutorials/kuma-progressive-delivery.md?plain=1#L34 it should be `kubectl label namespace test kuma.io/sidecar-injection=enabled` otherwise pods to not have...
### Description So that it doesn't get force-pushed and if you need something to land in main branch you have a way of doing that.
### Description Similar to https://github.com/kumahq/kuma/issues/1001 we experience issues while shutting down the CP. Connections are broken, we are unable to flush things. I think in the past we talked about...
### Description We should support them. xref https://github.com/kumahq/kuma/issues/10508