Skip to content

Enable VPC Endpoint and Target Group cleaning#10

Merged
mfbonfigli merged 1 commit into
openshift-splat-team:masterfrom
mfbonfigli:enable_vpce_targetgroup_clean
Mar 30, 2026
Merged

Enable VPC Endpoint and Target Group cleaning#10
mfbonfigli merged 1 commit into
openshift-splat-team:masterfrom
mfbonfigli:enable_vpce_targetgroup_clean

Conversation

@mfbonfigli
Copy link
Copy Markdown
Collaborator

This PR Enables the Janitor to cleanup VPC Endpoints and Load Balancer Target Groups.

VPC Endpoints (VPCE)

VPC Endpoint cleanup is enabled because most Openshift installations appear to configure a VPC Endpoint for S3 by default. Without enabling the VPCE cleanup, the Janitor won't be able to fully delete these VPCs and the deletion fails with error related to a leftover a dependent resource (the VPCE).

Target Groups

Load balancers are tied to the EC2s they distribute the traffic to via Target Groups. The Janitor currently deletes Load Balancers, but leaves leftover Target Groups which have little to no use. The change enables their cleanup to avoid them building up in the region for no reason.

@mfbonfigli mfbonfigli merged commit fe69643 into openshift-splat-team:master Mar 30, 2026
1 check passed
@mfbonfigli mfbonfigli deleted the enable_vpce_targetgroup_clean branch March 30, 2026 12:11
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.

2 participants