vmware-tanzu / tanzu-framework

Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.
Apache License 2.0
195 stars 192 forks source link

WIP: pinniped-components/tanzu-auth: Update v1alpha3 controller for backup and restore #4606

Closed benjaminapetersen closed 1 year ago

benjaminapetersen commented 1 year ago

WIP: Proof of concept, not intended to merge here. Opened to test a 2.2.x build of TKG, but final will be merged for 2.3.x (not this repository).

pinniped-components/tanzu-auth: Update v1alpha3 controller for backup and restore

If a workload cluster secret is found but a corresponding cluster object is not found, the controller should requeue the reconcile and continue to watch until both a secret and cluster resource exist.

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #

Describe testing done for PR

Release note

Additional information

Special notes for your reviewer

benjaminapetersen commented 1 year ago

Done with this, was for creating a build only, no longer needed.