Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Vault cluster uses hardcoded ips #689

Open
MattiasGees opened this issue Jan 21, 2019 · 0 comments
Open

Vault cluster uses hardcoded ips #689

MattiasGees opened this issue Jan 21, 2019 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@MattiasGees
Copy link
Member

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug

/kind feature

What happened:
The servers in the vault cluster have a hardcoded ip and are always deployed as x.x.x.10. This can cause ip conflicts with other servers that are already deployed in the same subnet.

What you expected to happen:
Use dynamic ips or allocated by AWS

How to reproduce it (as minimally and precisely as possible):

  • Create singlecluster with tarmak init
  • tarmak cluster apply

Anything else we need to know?:
Originally this was needed for the Consul cluster, because the UID was based on the ip address of the server. That UID was needed to setup the Consul cluster.
Possible steps to fix this are:

  • Investigate if Consul can work with dynamic ips
  • If yes use that, if no allocate a network interface to nodes and use that instead of fixed ips

Environment:

  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration**:
  • Install tools:
  • Others:
@jetstack-bot jetstack-bot added the kind/bug Categorizes issue or PR as related to a bug. label Jan 21, 2019
@MattiasGees MattiasGees changed the title Vault cluster has hardcoded ip Vault cluster uses hardcoded ips Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants