vmware-tanzu / cartographer-conventions

Conventions provide a mechanism for platform operators to define cross cutting behavior that is applied to Kubernetes resources by understanding the developers intent and the semantics of the resources being advised.
Apache License 2.0
16 stars 8 forks source link

Draft: Add change rule to install after Cartographer #723

Closed rszumlakowski closed 4 months ago

rszumlakowski commented 4 months ago

Pull request

What this PR does / why we need it

This change rule is intended to fix a race condition that occurs during an upgrade install from the old bundle that contained both Cartographer and Cartographer Conventions. Sometimes the new Cartographer Conventions package would try to apply resources to the cluster before the updated Cartographer package would relinquish control of them.

Which issue(s) this PR fixes

Fixes #

Describe testing done for PR

Additional information or special notes for your reviewer

rashedkvm commented 4 months ago

@rszumlakowski is the PR still in progress?