-
Notifications
You must be signed in to change notification settings - Fork 138
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: VaishnaviHire The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @VaishnaviHire. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
This commit adds owner refernces to all the resources in the manifest repo. It also removes the 'kfctl.kubeflow.io/kfdef-instance: <kfdef-name>.<kfdef-namespace>' annotation, since its no longer required. The owner references field now indicates that resources are owned by KfDef instance.
Adding Cross-namespace ownerreferences are disallowed and dependent objects are subject to deletion. This PR needs to be revisited, once the scope of |
/hold |
Closes #460
This commit is responsible for following changes:
kfctl.kubeflow.io/kfdef-instance: <kfdef-name>.<kfdef-namespace>
annotation, since its no longer required. The owner references field now indicates that
resources are owned by KfDef instance.
Ref PR: #271