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

Changed data type for variables: AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG a… #1116

Merged
merged 2 commits into from
Aug 5, 2020

Conversation

abhinavmpandey08
Copy link
Member

…nd WARM_ENI_TARGET to String

Issue #, if available: #186

Description of changes: Updated variable type of AWS_VPC_K8S_CNI_CUSTOM_NETWORK_CFG from Boolean to String and WARM_ENI_TARGET from Integer to String.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mogren
Copy link
Contributor

mogren commented Aug 4, 2020

Hmm... Technically, looking at the env settings in the sample config, they are all strings, but contains different types of values. AWS_VPC_ENI_MTU should clearly be a number for example, but it is quoted in the config. Should we specify it as something else? Like "quoted integer" or Type: Boolean as a string?

@abhinavmpandey08
Copy link
Member Author

That's a good suggestion! I can do that. Should I change other variables' type to reflect this too or just the ones mentioned in #186?

@mogren
Copy link
Contributor

mogren commented Aug 4, 2020

@abhinavmpandey08 I think we should fix the documentation for all ENV variables at the same time. :)

Copy link
Contributor

@mogren mogren left a comment

Choose a reason for hiding this comment

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

Thanks @abhinavmpandey08, and congrats on being contributor 100 to this project! 🎉

@mogren mogren merged commit c175254 into aws:master Aug 5, 2020
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