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

roachprod: load balancer from pgurl command #123206

Merged

Commits on May 7, 2024

  1. roachprod: load balancer from pgurl command

    Previously, the load balancer IP or URL can only be retrieved using the
    expanders. This change adds the ability to also get the URL from the `roachprod`
    pgurl command by using the `lb` node selector similar to how it is done with
    expansion.
    
    Epic: None
    Release Note: None
    herkolategan committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0377fc2 View commit details
    Browse the repository at this point in the history
  2. roachprod: use 'lb' to denote load balancer

    Previously, `L` was used in the `roachprod` expanders and other place to select
    load balancers. This change updates it to `LB` or `lb` to be more explicit. The
    help for commands have also been updated to inform the user that an option
    exists to select a load balancer.
    
    Epic: None
    Release Note: None
    herkolategan committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dbd590f View commit details
    Browse the repository at this point in the history