Giter VIP home page Giter VIP logo

Comments (3)

raoofm avatar raoofm commented on June 12, 2024 3

this is the most advanced one https://github.com/banzaicloud/bank-vaults that I've come across and the team over there is amazing too which included my fav @bonifaido

from vault-operator.

get2arun avatar get2arun commented on June 12, 2024

Here is the status of what I have done so far. The vault is not initialized. And in my k8s cluster, i can only get the external IP using servicetype LoadBalancer, so how to make this vault to use the servicetype Loadbalancer to get the external IP.

/github/vault-operator# kubectl get pods
NAME READY STATUS RESTARTS AGE
etcd-operator-f59c5ddc9-zh2hr 1/1 Running 0 32m
vault-operator-7985d585d7-kx6jm 1/1 Running 0 31m

~/github/vault-operator# kubectl get service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
example ClusterIP 10.100.200.51 8200/TCP,8201/TCP,9102/TCP 6m42s

~/github/vault-operator# kubectl get vault example -n vault -o json | jq .status
{
"clientPort": 8200,
"initialized": false,
"phase": "Running",
"serviceName": "example",
"vaultStatus": {
"active": "",
"sealed": null,
"standby": null
}
}

ERROR: logging before flag.Parse: I1203 16:07:25.007388 1 leaderelection.go:184] successfully acquired lease vault/vault-operator
time="2019-12-03T16:07:25Z" level=info msg="starting Vaults controller"
time="2019-12-03T16:07:25Z" level=info msg="Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"vault", Name:"vault-operator", UID:"fecf1ffb-15e6-11ea-b650-005056bbf202", APIVersion:"v1", ResourceVersion:"5933846", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' vault-operator-7985d585d7-kx6jm became leader"
time="2019-12-03T16:07:25Z" level=info msg="Vault CR (vault/example) is created"
time="2019-12-03T16:09:06Z" level=error msg="error syncing Vault (vault/example): reconcile Vault failed: deploy etcd cluster failed: still failing after 10 retries"

from vault-operator.

dminca avatar dminca commented on June 12, 2024

Since CoreOS has been acquired by RedHat I don't think they are still maintaining this one...

It's a pity tho, could've been a good project.

Anyway, that doesn't stop you from forking the project and contributing 😄

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.