Skip to content
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

KEP-29: Introducing operator dependency cycle detection to the instance controller #1567

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

zen-dog
Copy link
Contributor

@zen-dog zen-dog commented Jun 22, 2020

Summary:
Operator dependencies cycle detection is now part of the instance controller reconciliation. We execute the check for the top-level instances only since the lower-level instances are already take care of.

Signed-off-by: Aleksey Dukhovniy alex.dukhovniy@googlemail.com
(cherry picked from commit d01b859)

Fixes #1513

…ce controller (#1559)

Summary:
Operator dependencies cycle detection is now part of the instance controller reconciliation. We execute the check for the top-level instances only since the lower-level instances are already take care of.

Signed-off-by: Aleksey Dukhovniy <alex.dukhovniy@googlemail.com>
(cherry picked from commit d01b859)
@zen-dog
Copy link
Contributor Author

zen-dog commented Jun 22, 2020

This was already reviewed and approved but was accidentally merged against master.

@zen-dog zen-dog merged commit 9246c05 into main Jun 22, 2020
@zen-dog zen-dog deleted the ad/cp-1559 branch June 22, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[KEP-29]: instance_controller support for dependencies
2 participants