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

ALB Ingress Controller #136

Merged
merged 6 commits into from
Sep 4, 2020
Merged

ALB Ingress Controller #136

merged 6 commits into from
Sep 4, 2020

Conversation

errm
Copy link
Member

@errm errm commented Sep 3, 2020

This PR introduces support for provisioning the ALB ingress controller.

For now the default is to not provision this component, based on the discussions in #87 as some cluster admins might prefer to use another implementation.

It can be enabled by setting aws_alb_ingress_controller = true on the Cluster module.

Fixes #87

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@errm
Copy link
Member Author

errm commented Sep 4, 2020

I copied this from the terratest documentation https://terratest.gruntwork.io/docs/getting-started/quick-start/

In all the examples they do this... https://github.com/gruntwork-io/terratest/search?q=http-helper&unscoped_q=http-helper they also follow the same pattern when importing test-structure https://github.com/gruntwork-io/terratest/search?q=test-structure&unscoped_q=test-structure

I am not sure if it is idiomatic, as I think the real go idiom is to not have dashes in package names https://blog.golang.org/package-names, I this case I am happy to just stay consistent to what they are doing in the tereatest examples, since we don't get to change there package naming!

@errm errm merged commit ab087cf into master Sep 4, 2020
@errm errm deleted the alb-ingress-controller branch September 4, 2020 15:48
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.

ALB Ingress Controller.
2 participants