MortalHappiness commented on pull request #595: URL: https://github.com/apache/submarine/pull/595#issuecomment-854021548
https://pkg.go.dev/k8s.io/[email protected]/pkg/apis/meta/v1#OwnerReference The documentation above says that we should not create cross-namespace ownerReferences but our submarine CR and the resources created by operator are in different namespaces. Therefore there are some bug in the `handleObject` function when we try to list the submarine CR in this PR. I will fix it later after discussion with others. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
