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

Add option to create internal NLB #25

Merged
merged 1 commit into from
May 5, 2023

Conversation

rishabh6788
Copy link
Collaborator

Description

This PR adds option to create internal NLB.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Rishabh Singh <sngri@amazon.com>
@@ -151,6 +151,9 @@ export class OsClusterEntrypoint {
const use50heap = `${scope.node.tryGetContext('use50PercentHeap')}`;
const use50PercentHeap = use50heap === 'true';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks @rishabh6788 , where are we using this use50PercentHeap value?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is optional parameter, processed here. @prudhvigodithi

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it was included due to formatting fix.

@rishabh6788 rishabh6788 merged commit b450ca4 into opensearch-project:main May 5, 2023
3 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 24, 2023
Signed-off-by: Rishabh Singh <sngri@amazon.com>
(cherry picked from commit b450ca4)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants