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

Allow setting HA services type #317

Merged
merged 2 commits into from
Jun 2, 2020
Merged

Allow setting HA services type #317

merged 2 commits into from
Jun 2, 2020

Conversation

tvoran
Copy link
Member

@tvoran tvoran commented May 29, 2020

Making the types for active and standby services configurable (just
like the main vault service).

When ha and ingress are enabled in the chart, Ingress uses the vault-active service, which is currently a ClusterIP service. The trouble is, Ingress on GKE doesn't support ClusterIP services, so the service type needs to be configurable to work there.

Making the types for active and standby services configurable (just
like the main vault service).
@tvoran tvoran added this to the v0.6.0 milestone May 29, 2020
@tvoran tvoran requested a review from jasonodonnell May 29, 2020 16:47
Copy link
Contributor

@jasonodonnell jasonodonnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jasonodonnell jasonodonnell merged commit 8e982a6 into master Jun 2, 2020
@jasonodonnell jasonodonnell deleted the ha-service-kinds branch June 2, 2020 14:06
radudd pushed a commit to radudd/vault-helm that referenced this pull request Jun 5, 2020
Making the types for active and standby services configurable (just
like the main vault service).
@iusergii
Copy link
Contributor

iusergii commented Jun 5, 2020

@tvoran, @jasonodonnell Doesn't this force us to use aservice_registration with Ingress?

@tvoran
Copy link
Member Author

tvoran commented Jun 5, 2020

Yes, if you're running with server.ha.enabled=true, you'll need to have service_registration "kubernetes" {} present in server.ha.config or server.ha.raft.config.

@iusergii
Copy link
Contributor

iusergii commented Jun 9, 2020

I'm using DynamoDB as storage and seems service_registration has a bug for it. Filed - hashicorp/vault#9153 Can't upgrade to 0.6.0 due to this.

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.

3 participants