Closed VaishnaviHire closed 2 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: VaishnaviHire
To complete the pull request process, please assign yanniszark after the PR has been reviewed.
You can assign the PR to them by writing /assign @yanniszark
in a comment when ready.
The full list of commands accepted by this bot can be found here.
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 /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
Adding ownerReferrences
without changing the scope of the KfDef
crd to Cluster
is not possible from v1.20
Cross-namespace ownerreferences are disallowed and dependent objects are subject to deletion. This PR needs to be revisited, once the scope of KfDef
is updated.
/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: https://github.com/kubeflow/kfctl/pull/271