Giter VIP home page Giter VIP logo

Error initializing storage of type etcd: failed to get etcd API version: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 10.101.6.170:2379: getsockopt: connection refused about vault-operator HOT 5 CLOSED

paragpoddar avatar paragpoddar commented on June 12, 2024
Error initializing storage of type etcd: failed to get etcd API version: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 10.101.6.170:2379: getsockopt: connection refused

from vault-operator.

Comments (5)

RussellGilmore avatar RussellGilmore commented on June 12, 2024

Are you running this on EKS?

from vault-operator.

roaddemon avatar roaddemon commented on June 12, 2024

I'm getting the same error on GKE.

from vault-operator.

roaddemon avatar roaddemon commented on June 12, 2024

For me the etc cluster isn't coming up properly. The check-dns Init Container is just spinning.

$ kc get po -l app=etcd
NAME                      READY   STATUS     RESTARTS   AGE
example-etcd-xz598qsp54   0/1     Init:0/1   0          165m

Logs from init container:

$ kc logs example-etcd-xz598qsp54 -c check-dns
Server:         10.23.240.10
Address:        10.23.240.10:53

** server can't find example-etcd-xz598qsp54.example-etcd.default.svc: NXDOMAIN

*** Can't find example-etcd-xz598qsp54.example-etcd.default.svc: No answer

(Repeats every two seconds ad infinitum)

Init container is checking dns:

 Command:
      /bin/sh
      -c

                            while ( ! nslookup example-etcd-xz598qsp54.example-etcd.default.svc )
                            do
                              sleep 2
                            done

from vault-operator.

paragpoddar avatar paragpoddar commented on June 12, 2024

@RussellGilmore yes

from vault-operator.

Switcher05 avatar Switcher05 commented on June 12, 2024

Running into this from a Rancher App helm template on:

Rancher | v2.3.0-alpha5
User Interface | v2.3.2
Helm | v2.10.0-rancher11
Machine | v0.15.0-rancher8-1
Helm template name: vault-operator
version: 0.1.2

Bare metal custom Ubuntu 16 nodes

from vault-operator.

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.