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

feat(helm): GCP support #2666

Merged
merged 8 commits into from
Sep 27, 2022
Merged

feat(helm): GCP support #2666

merged 8 commits into from
Sep 27, 2022

Conversation

nellh
Copy link
Contributor

@nellh nellh commented Sep 14, 2022

This includes major updates to our helm chart used for deployment to support GCP. This is intended to work well with GKE Autopilot.

Major changes:

  • New Redis chart and switching to master only mode
  • Load balancer ingress rewrite, no longer requires a separate controller chart
  • New health checks since GCP uses these to configure its native load balancer health checks
  • Disk allocation is no longer semi-automated, instead worker disks are pre-assigned and referenced in the config
  • Updated documentation

Fixes #2658

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #2666 (bd3dcf5) into master (3b8f37c) will decrease coverage by 0.00%.
The diff coverage is n/a.

❗ Current head bd3dcf5 differs from pull request most recent head f31ce9b. Consider uploading reports for the commit f31ce9b to get more accurate results

@@            Coverage Diff             @@
##           master    #2666      +/-   ##
==========================================
- Coverage   39.67%   39.67%   -0.01%     
==========================================
  Files         562      561       -1     
  Lines       34267    34266       -1     
  Branches      910      910              
==========================================
- Hits        13595    13594       -1     
  Misses      20547    20547              
  Partials      125      125              
Impacted Files Coverage Δ
services/datalad/datalad_service/__init__.py

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nellh nellh merged commit b4220f1 into master Sep 27, 2022
@nellh nellh deleted the gcp-helm-updates branch September 27, 2022 04:14
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.

Implement GCP load balancer support
1 participant