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

Implement separate kube proxy add-on outside of blueprints #172

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

RenjithPNair
Copy link
Contributor

This PR replaces terraform-aws-eks-blueprint addon kube_proxy with module modules/k8s_eks_addons/kube-proxy.tf

@RenjithPNair RenjithPNair changed the title Implement separate kube proxy Add-on outside of blueprints Implement separate kube proxy add-on outside of blueprints Oct 25, 2024
kube_proxy_addon_name = "kube-proxy"
}

data "aws_eks_addon_version" "kube-proxy" {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change data "aws_eks_addon_version" "kube-proxy" to data "aws_eks_addon_version" "kube_proxy"
and same for resource "aws_eks_addon" "kube-proxy"

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, should we add enable and configuration_values as input here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  • Renamed to "kube_proxy".

  • As discussed we don't need enable and configuration_values as input

Copy link
Contributor

@vradicevicds vradicevicds left a comment

Choose a reason for hiding this comment

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

LGTM.

@RenjithPNair RenjithPNair merged commit a714f77 into main Oct 28, 2024
1 check passed
@RenjithPNair RenjithPNair deleted the cot/KubeProxy_addon branch October 28, 2024 13:03
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