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

load balancers: ignore 404 on delete. #1067

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

andrewsomething
Copy link
Member

As brought up in this discussion thread, there are cases where Kubernetes will delete a load balancer itself. This can cause an error when Terraform attempts to do so. We can safely ignore a 404 error when attempting to delete as that just indicates that the load balancer has already been destroyed.

#1065

@andrewsomething andrewsomething requested a review from a team November 3, 2023 17:56
Copy link
Member

@danaelhe danaelhe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 lgtm

@andrewsomething andrewsomething merged commit b3d8f51 into main Nov 7, 2023
2 checks passed
@andrewsomething andrewsomething deleted the asb/lb-delete-404 branch November 7, 2023 15:25
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.

None yet

2 participants