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

[Docs] PR for Helm install: document how to specify a static load balancer IP #11364

Merged
merged 3 commits into from
Feb 4, 2022

Conversation

lizayugabyte
Copy link
Contributor

No description provided.

@netlify
Copy link

netlify bot commented Feb 4, 2022

✔️ Deploy Preview for infallible-bardeen-164bc9 ready!

🔨 Explore the source changes: 3207204

🔍 Inspect the deploy log: https://app.netlify.com/sites/infallible-bardeen-164bc9/deploys/61fd8bc027222600085e715f

😎 Browse the preview: https://deploy-preview-11364--infallible-bardeen-164bc9.netlify.app

@jvigil-yugabyte
Copy link
Contributor

jvigil-yugabyte commented Feb 4, 2022

As discussed on slack, it may be good to include an example. Here is an example helm "values overrides" file (saved as values-overrides.yaml):

serviceEndpoints:
  - name: "yb-master-ui"
    app: "yb-master"
    loadBalancerIP: "11.11.11.11"
    type: "LoadBalancer"
    ports:
      http-ui: "7000"
  - name: "yb-tserver-service"
    app: "yb-tserver"
    loadBalancerIP: "22.22.22.22"
    type: "LoadBalancer"
    ports:
      tcp-yql-port: "9042"
      tcp-yedis-port: "6379"
      tcp-ysql-port: "5433"

Then, run the following helm command:

helm install yb-demo ./yugabyte -f values-overrides.yaml

Assuming the user has already reserved the ip addresses (11.11.11.11 and 22.22.22.22), the yb-master-ui and yb-tserver-service will use the pre-determined addresses.

@lizayugabyte lizayugabyte merged commit cb224cb into yugabyte:master Feb 4, 2022
jayant07-yb pushed a commit to jayant07-yb/yugabyte-db that referenced this pull request Mar 8, 2022
…ancer IP (yugabyte#11364)

* First draft

* Added content

* Misc edits
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.

[docs] Helm install: document how to specify a static load balancer IP
2 participants