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

Add support for etcd scaling #7127

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

ahreehong
Copy link
Member

Issue #, if available:

Description of changes:

Testing (if applicable):

Documentation added/planned (if applicable):

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@eks-distro-bot
Copy link
Collaborator

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@eks-distro-bot eks-distro-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 5, 2023
@ahreehong ahreehong force-pushed the etcd-scaling branch 3 times, most recently from 45b80b4 to defcfa6 Compare January 16, 2024 23:14
@ahreehong ahreehong marked this pull request as ready for review January 16, 2024 23:19
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a99d4da) 71.64% compared to head (ef841de) 71.65%.
Report is 1 commits behind head on main.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7127      +/-   ##
==========================================
+ Coverage   71.64%   71.65%   +0.01%     
==========================================
  Files         556      556              
  Lines       43190    43185       -5     
==========================================
+ Hits        30943    30944       +1     
+ Misses      10537    10532       -5     
+ Partials     1710     1709       -1     

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

@ahreehong ahreehong force-pushed the etcd-scaling branch 5 times, most recently from 01d18d1 to ef841de Compare January 16, 2024 23:56
framework.WithClusterFiller(
api.WithKubernetesVersion(v1alpha1.Kube127),
api.WithExternalEtcdTopology(1),
api.WithControlPlaneCount(1),
Copy link
Member

Choose a reason for hiding this comment

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

can we set the worker node count explicitly here as well?

"external to local etcd configuration": {
cOld: externalEtcdCluster,
cNew: stackedEtcdCluster,
expectErr: "Forbidden: cannot switch from external to local etcd topology",
Copy link
Member

Choose a reason for hiding this comment

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

nit:

Suggested change
expectErr: "Forbidden: cannot switch from external to local etcd topology",
expectErr: "Forbidden: cannot switch from external to stacked etcd topology",

Copy link
Member

@abhinavmpandey08 abhinavmpandey08 left a comment

Choose a reason for hiding this comment

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

/woof

@eks-distro-bot
Copy link
Collaborator

@abhinavmpandey08: dog image

In response to this:

/woof

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ahreehong
Copy link
Member Author

/approve

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahreehong

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-bot eks-distro-bot merged commit 1d4f649 into aws:main Jan 17, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants