Ilya Lobkov

Results 107 comments of Ilya Lobkov

> But does this mean that traffic is expected to be routed to a 2/3 failing pod No, when you see `2/3` failing pod it means `status.containerStatuses[].ready: false` and at...

I think if we implement the issue https://github.com/kumahq/kuma/issues/3756 as it states in the description, then it will be possible to send drain_time from Kuma CP to DPP.

Addressed in the [MADR](https://github.com/kumahq/kuma/pull/10726), the progress can be tracked in https://github.com/kumahq/kuma/issues/10991.

> Triage: closing for now, feel free to reopen

xref: why we've drop it in the first place https://github.com/kumahq/kuma/pull/1098

Check https://gateway-api.sigs.k8s.io/geps/gep-713/#conditions when writing MADR

Warnings on InspectRule are useful, but what I initially meant in the issue is to bubble up errors from the [Apply](https://github.com/kumahq/kuma/blob/e6b0f060d4b80d9073bdf2285610b4708f0ed671/pkg/plugins/policies/meshaccesslog/plugin/v1alpha1/plugin.go#L37) methods. Today if we're failing to build a snapshot...

No, the same example with MeshTimeouts and protocols applies. You're allowed to create: ```yaml type: MeshTimeout name: timeout-global mesh: default spec: targetRef: kind: Mesh to: - targetRef: kind: Mesh default:...

> this is going to spam with warnings right? Depends on the implem really, if we put 1 warning on the dataplane insight `policy "mt-1" attempts to configure HTTP on...

All these warnings we discussed could be done at matching times. The question is do you want to peek into `spec` at that moment to warn the user about something?...