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

Question: Why is this ingress rule? #4

Open
ppwfx opened this issue Oct 26, 2016 · 1 comment
Open

Question: Why is this ingress rule? #4

ppwfx opened this issue Oct 26, 2016 · 1 comment

Comments

@ppwfx
Copy link

ppwfx commented Oct 26, 2016

Hey,

what's the purpose of this ingress rule?

ingress { from_port = 0 to_port = 65535 protocol = "UDP" self = true }

@gyulavoros
Copy link
Member

Can't remember exactly but basically, it enables UDP traffic inside the security group. self = true is important, it tells Terraform to use the security group as the source (https://www.terraform.io/docs/providers/aws/r/security_group.html#self).

Please note, that the project is a bit outdated, it's still using an ancient 1.1x version of Kubernetes.

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

No branches or pull requests

2 participants