-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add parent selfLink to children #43
Comments
also need to handle the case where a child might have multiple parents (not a good state to be in, but possible and needs to be handled) |
should probably not allow the second parent to apply if the child is already managed. should just error out. |
it would need to "try again" after a bit, incase you are shifting ownership, ya? |
totally agree. it should continue to retry on its normal cycle interval, but not succeed until the other parent has abandoned it. |
Parents will add their selflink to all the children they create, every cycle, and remove it on reconciled without delete. It will be an annotation
deploy.razee.io.parent: <selflink>
. If parent sees another resource's selfLink, will add a warning to child showing its managed by multiple parentsThe text was updated successfully, but these errors were encountered: