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 param to shorten internal router domain to avoid character limit exceed #3721

Closed
wants to merge 1 commit into from

Conversation

nightfury1204
Copy link
Collaborator

@nightfury1204 nightfury1204 commented Mar 13, 2024

What is the feature/fix?

When rack names are over 15 characters the Internal Load Balancer feature was unable to be used because of domain length error.

We have updated rack parameter InternalRouterSuffix to resolve this issue.

Does it has a breaking change?

No breaking change

How to use/test it?

Update your rack to the latest version with the command convox rack update -r rackName

Then to enable the rack's internal load balancer set rack parameters Internal and InternalRouterSuffix with command convox rack params set Internal=Yes InternalRouterSuffix= -r rackName

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.67%. Comparing base (c8bdaf9) to head (b8b85ab).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3721      +/-   ##
==========================================
+ Coverage   33.64%   33.67%   +0.03%     
==========================================
  Files         180      180              
  Lines       20183    20183              
==========================================
+ Hits         6790     6797       +7     
+ Misses      12247    12239       -8     
- Partials     1146     1147       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

nightfury1204 added a commit that referenced this pull request Mar 13, 2024
…r limit exceed

### What is the feature/fix?

- When rack name is long, turning on internal router gives domain name character limit exceeded error. Set `InternalRouterSuffix=""` to resolve that error

https://app.asana.com/0/1203637156732418/1205259849182934/f
@nightfury1204 nightfury1204 mentioned this pull request Mar 13, 2024
4 tasks
nightfury1204 added a commit that referenced this pull request Mar 13, 2024
…r limit exceed

### What is the feature/fix?

- When rack name is long, turning on internal router gives domain name character limit exceeded error. Set `InternalRouterSuffix=""` to resolve that error

https://app.asana.com/0/1203637156732418/1205259849182934/f
@nightfury1204 nightfury1204 deleted the internal-router-domain-short branch March 14, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant