Giter VIP home page Giter VIP logo

Comments (9)

feikesteenbergen avatar feikesteenbergen commented on June 15, 2024

Could you elaborate a bit? This may be an issue with Digital Ocean, these Helm Charts, or something very different.

To reproduce I did this:

helm3 upgrade --install bugtest ./charts/timescaledb-single/

And this is what I run into with DO:

kubectl describe service/bugtest
  Warning  SyncLoadBalancerFailed  31s                service-controller  Error syncing load balancer: failed to ensure load balancer: failed to create load-balancer: POST https://api.digitalocean.com/v2/load_balancers: 429 (request "20b5a9be-d807-42b2-a772-72e926d3d61f") You have reached your load balancer limit, maximum allowed 10.

So, clearly I'm running into a Digital Ocean limit here.

For troubleshooting, could you provide the output of:

kubectl get service/$RELEASE

from helm-charts.

SiddiqueAhmad avatar SiddiqueAhmad commented on June 15, 2024

thanks for replying, i am attaching screenshot of nodebalancer as well as sharing output of service, timescale db is running, i have checked via port forward of pod, but not able to connect to DB remotely

image

image

image

from helm-charts.

feikesteenbergen avatar feikesteenbergen commented on June 15, 2024

Looks good, you may be running into a firewall or something similar; that's hard to establish from here.

From inside the kubernetes cluster (from another timescale pod for example) what does the following do:

pg_isready -h 157.230.192.232 -p 5432
pg_isready -h timescale-16 -p 5432

Also, to address your actual question, however it would only be a debugging/troubleshooting step IMHO:

kubectl port-forward $(kubectl get pod -l cluster-name=timescale-16,role=master -o name) 15432:5432

In a separate console, you should be able to connect:

psql -h localhost -p 15432 [...]

from helm-charts.

EsajeeSolutions avatar EsajeeSolutions commented on June 15, 2024

I have checked the port forwarding method and it's working, for other method I will share update

from helm-charts.

SiddiqueAhmad avatar SiddiqueAhmad commented on June 15, 2024

pg_isready -h timescale-16 -p 5432

is fine, but not with IP

from helm-charts.

feikesteenbergen avatar feikesteenbergen commented on June 15, 2024

Ok, that means the Service is working, but you cannot connect to the public IP.
That seems like a firewall to me, I'd advise you to take that up with Digital Ocean, either their support documentation or their support channels.

from helm-charts.

SiddiqueAhmad avatar SiddiqueAhmad commented on June 15, 2024

ok thanks for your time, nodebalancer always say down, I logged in server, port is listening but only ipv6

from helm-charts.

SiddiqueAhmad avatar SiddiqueAhmad commented on June 15, 2024

i can access other services but connection timeout on the timescale service, and even can not connect pod direct address from other non timescale pod

from helm-charts.

SiddiqueAhmad avatar SiddiqueAhmad commented on June 15, 2024

build new cluster and from this github repo, and it worked now, thanks for your time

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.