Open lobkovilya opened 10 months ago
Triage: to solve this, we need to add a comment why we need to listen on Dataplane. It's because we can add labels (converted to tags) in runtime that are then picked by VirtualOutbounds.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
What happened?
ConfigMapReconciler watches Dataplane resource https://github.com/kumahq/kuma/blob/beb3c363def6e741803285e0ea9d445595b638b8/pkg/plugins/runtime/k8s/controllers/configmap_controller.go#L90
But it's probably unnecessary since DPP inbounds can't be changed without a k8s service change and ConfigMapReconciler already watches services.