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

Added configuration value enableWindowsIpam for Vpc-cni add on #935

Merged

Conversation

renukakrishnan
Copy link
Collaborator

@renukakrishnan renukakrishnan commented Feb 23, 2024

Issue #, if available:

Description of changes:
Added and exposed the configuration for "enableWindowsIpam" for the vpc-cni add on. This will allow to turn on the configuration value for Windows EKS clusters while using the Windows patterns.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Collaborator

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

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

@renukakrishnan Thankyou for the PR.Please update the docs too.

@@ -436,7 +443,8 @@ function populateVpcCniConfigurationValues(props?: VpcCniAddOnProps): Values {
WARM_IP_TARGET: props?.warmIpTarget,
WARM_PREFIX_TARGET: props?.warmPrefixTarget,
},
enableNetworkPolicy: JSON.stringify(props?.enableNetworkPolicy)
enableNetworkPolicy: JSON.stringify(props?.enableNetworkPolicy),
enableWindowsIpam:JSON.stringify(props?.enableWindowsIpam)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Space is missing after :

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@elamaran11 Updated the docs and added space.

Copy link
Collaborator

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

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

LGTM. Thankyou for the contribution @renukakrishnan !

@elamaran11
Copy link
Collaborator

@shapirov103 LGTM. Feel free to merge this. The markdown failure is from Kubecost.

Copy link
Collaborator

@shapirov103 shapirov103 left a comment

Choose a reason for hiding this comment

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

LGTM, great work!

@shapirov103 shapirov103 merged commit 2a53eca into aws-quickstart:main Feb 28, 2024
1 of 2 checks passed
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.

3 participants