Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Merge in upstream changes to etcd-manager #191

Merged

Conversation

justinsb
Copy link
Contributor

@justinsb justinsb commented Mar 1, 2021

Upstream changes:

3.0.20210122

  • Release notes for 3.0.20201209 #384
  • Handling hanging list command from etcd client during reconciliation loop #388
  • Update dependencies to match kOps 1.19 #385
  • Include IPs in peer certificates #389
  • Use etcd v3.4.13 in tests #390
  • Eager-broadcast leadership on every leader iteration #391
  • Update Go to 1.15.7 #359

3.0.20210228

  • Release notes for 3.0.20210122 #392
  • add user agent to etcd-manager requests #395
  • Add etcd-manager metrics, add openstack API metrics #396
  • Make discovery poll interval configurable #397
  • Add log levels to prevent too verbose logging #394

justinsb and others added 18 commits March 1, 2021 10:23
Signed-off-by: mmerrill3 <michael.merrill@vonage.com>
This addresses the deeper client-certificate validation introduced in
etcd 3.2, without relying on DNS.
Previously we assumed that if our peers didn't change and we had the
leadership, that the peers would continue to acknowledge our
leadership.  But this assumes that a peer didn't restart or crash.
Instead, on every leader iteration, check with all the peers that we
are still the leader (using the same GRPC method).  For negligible
additional traffic, this should enable greater recovery from errors
and greater consistency of leader election.

Issue kubernetes-retired#348
This commit adds klog.V(3).Infof instead of plain klog.Infof for frequently occuring informational events.
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Mar 1, 2021
@dlipovetsky
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dlipovetsky, justinsb

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:
  • OWNERS [dlipovetsky,justinsb]

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

@dlipovetsky
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 1, 2021
@k8s-ci-robot k8s-ci-robot merged commit 8a86ef9 into kubernetes-retired:master Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants