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] - add new etcd-disk flavor #258

Merged
merged 1 commit into from
Apr 17, 2024
Merged

[feat] - add new etcd-disk flavor #258

merged 1 commit into from
Apr 17, 2024

Conversation

AshleyDumaine
Copy link
Member

What type of PR is this?

/kind feature

What this PR does / why we need it: This creates a new flavor to configure etcd to be on a separate disk

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@AshleyDumaine AshleyDumaine force-pushed the etcd-disk-flavor branch 3 times, most recently from ac904f3 to 2bda4bf Compare April 17, 2024 15:03
@AshleyDumaine AshleyDumaine marked this pull request as ready for review April 17, 2024 15:03
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.83%. Comparing base (f9b8308) to head (a8cd5bc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #258   +/-   ##
=======================================
  Coverage   53.83%   53.83%           
=======================================
  Files          27       27           
  Lines        1566     1566           
=======================================
  Hits          843      843           
  Misses        673      673           
  Partials       50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

local:
dataDir: /var/lib/etcd_data/etcd
extraArgs:
quota-backend-bytes: "8589934592"
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we still need this section if it is in the default flavor?

Copy link
Member Author

Choose a reason for hiding this comment

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

We technically don't but I wanted to leave it in for clarity. I'm fine with removing it

@AshleyDumaine AshleyDumaine force-pushed the etcd-disk-flavor branch 2 times, most recently from 3375f17 to b54ac50 Compare April 17, 2024 16:03
@AshleyDumaine AshleyDumaine added documentation Improvements or additions to documentation feature New feature or request labels Apr 17, 2024
@AshleyDumaine AshleyDumaine merged commit fa66dc0 into main Apr 17, 2024
9 checks passed
@AshleyDumaine AshleyDumaine deleted the etcd-disk-flavor branch April 17, 2024 17:52
AshleyDumaine added a commit that referenced this pull request Apr 19, 2024
amold1 pushed a commit that referenced this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants