-
Notifications
You must be signed in to change notification settings - Fork 8
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: updated to allow node client to connect to remote cluster that doesn't have a LoadBalancer #82
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jeromy-cannon
changed the title
fix: updated to allow connection to remote cluster that doesn't have …
fix: updated to allow node client to connect to remote cluster that doesn't have a LoadBalancer
Feb 26, 2024
nathanklick
previously approved these changes
Feb 26, 2024
…LoadBalancer Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
jeromy-cannon
force-pushed
the
00081-solo-remote-cluster
branch
from
February 26, 2024 21:47
7399b36
to
7d08465
Compare
nathanklick
approved these changes
Feb 26, 2024
E2E Test Results 1 files ± 0 5 suites ±0 15m 48s ⏱️ + 11m 43s Results for commit 7d08465. ± Comparison against base commit 402a22f. This pull request removes 700 and adds 700 tests. Note that renamed tests count towards both.
|
leninmehedy
approved these changes
Feb 26, 2024
🎉 This PR is included in version 0.21.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
jeromy-cannon
added a commit
that referenced
this pull request
Feb 27, 2024
…oesn't have a LoadBalancer (#82) Signed-off-by: Jeromy Cannon <[email protected]>
jeromy-cannon
added a commit
that referenced
this pull request
Feb 27, 2024
…oesn't have a LoadBalancer (#82) Signed-off-by: Jeromy Cannon <[email protected]>
jeromy-cannon
pushed a commit
that referenced
this pull request
Feb 27, 2024
## [0.21.2](v0.21.1...v0.21.2) (2024-02-27) ### Bug Fixes * do not use solo version for fst-chart-version by default ([#67](#67)) ([2e19906](2e19906)) * updated to allow node client to connect to remote cluster that doesn't have a LoadBalancer ([#82](#82)) ([6df8928](6df8928)) Signed-off-by: Jeromy Cannon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request changes the following:
Related Issues