-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does ConfigMapReconciler need to watch Dataplanes? #8749
Comments
|
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
What happened?
ConfigMapReconciler watches Dataplane resource
kuma/pkg/plugins/runtime/k8s/controllers/configmap_controller.go
Line 90 in beb3c36
But it's probably unnecessary since DPP inbounds can't be changed without a k8s service change and ConfigMapReconciler already watches services.
The text was updated successfully, but these errors were encountered: