-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
Strategic Product Work
-
False
-
None
-
False
-
OCPSTRAT-1006 - [Tech Preview] Remove Terraform from the GCP IPI installer
-
-
User Story:
I want to destroy the load balancers created by capg
Acceptance Criteria:
Description of criteria:
- destroy deletes all capg related resources
- backwards compatible: continues to destroy terraform clusters
- Point 2
- Point 3
(optional) Out of Scope:
Detail about what is specifically not being delivered in the story
Engineering Details:
- CAPG creates: global proxy load balancers
- our destroy code only looks for regional passthrough load balancers
- need to:
- update destroy code to not look at regional load balancers (only)
- destroy tcp proxy resource, which is not created in passthrough load balancers, so is not currently deleted
- Engineering detail 2
This requires/does not require a design proposal.
This requires/does not require a feature gate.