-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Missing Security Group Rule #1606
Comments
if this doesnt triggered a terraform change then maybe it was not created by it and added manually? There is one security group which we doesn`t manage in terraform as this is upstream EKS problem (more is described here #1542) Please try to replicate this case as without any details we cannot help. |
The rule is present on newly created clusters and i can see the creation when looking at the modules terraform definition |
please provide details to this issue |
Wait, the issue is that one of our clusters that takes advantage of spot instances are joining different security groups not just the primary one that's configured. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Ran into an issue over the last few days where a security group rule was removed and caused intermittent connectivity issues depending on where the pods existed. Just wondering why this didn't trigger anything when running terraform. I don't see any audit trails at the moment of the group/rule being deleted or modified. This is more of a general question than an ongoing bug. If it happens again or if i can reproduce it I'll capture and document what i can.
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Reproduction
Unable to reproduce and all our other clusters seem to be working appropriately
Code Snippet to Reproduce
N/A
Expected behavior
On security rule change/deletion/modification should trigger terraform to add/change the group
Actual behavior
Completes without incident and makes it appear as it's in a healthy state
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: