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

fix(template/EKS/NP): fixed parameter metadata #3321

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Conversation

pregnor
Copy link
Member

@pregnor pregnor commented Nov 17, 2020

Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

Fixed the EKS node pool CloudFormation template's metadata parameter listing regarding the newly introduced security groups.

Why?

Because the parameter was renamed, but the template was not consolidated.

Additional context

This doesn't affect the behavior of the template, it only affects the listing of the resulting parameters on the stack.

#3300 depends on this

Checklist

  • Implementation tested (with at least one cloud provider)
  • Code meets the Developer Guide
  • OpenAPI and Postman files updated (if needed)
  • User guide and development docs updated (if needed)
  • Related Helm chart(s) updated (if needed)

@pregnor pregnor added cloud/aws distribution/eks Amazon EKS DX Developer Experience kind/tech-debt area/node-pool Kubernetes cluster node pools labels Nov 17, 2020
@pregnor pregnor self-assigned this Nov 17, 2020
@@ -12,7 +12,7 @@ Metadata:
- ClusterName
- ClusterControlPlaneSecurityGroup
- NodeSecurityGroup
- CustomSecurityGroup
- SecurityGroups
Copy link
Member

Choose a reason for hiding this comment

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

Isn't it called CustomSecurityGroups?

Copy link
Member Author

Choose a reason for hiding this comment

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

In the latest update (#3315) it was renamed to SecurityGroups, that's where the discrepancy was introduced which I'm trying to fix here.

Copy link
Member Author

Choose a reason for hiding this comment

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

My2cents are to merge this and if we want to change the name again, let's do that in a different PR.

@pregnor pregnor force-pushed the fix/eks-np-template branch from 62127d6 to c98f5cb Compare November 17, 2020 14:19
@pregnor pregnor merged commit 4055845 into master Nov 17, 2020
@pregnor pregnor deleted the fix/eks-np-template branch November 17, 2020 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/node-pool Kubernetes cluster node pools cloud/aws distribution/eks Amazon EKS DX Developer Experience kind/tech-debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants