squakez commented on code in PR #4278: URL: https://github.com/apache/camel-k/pull/4278#discussion_r1177572013
########## pkg/controller/integrationkit/integrationkit_controller.go: ########## @@ -148,6 +148,11 @@ func add(_ context.Context, mgr manager.Manager, r reconcile.Reconciler) error { } for _, kit := range list.Items { + if v, ok := kit.Annotations[v1.PlatformSelectorAnnotation]; ok && v != p.Name { + // integration kit is waiting for another platform - skip it now Review Comment: Would it make sense to log it by any chance? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org