-
Notifications
You must be signed in to change notification settings - Fork 339
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(kuma-cp): restore default leader election mechanism #5817
Merged
jakubdyszkiewicz
merged 3 commits into
kumahq:release-2.1
from
jakubdyszkiewicz:feat/restore-default-leader-mechanism
Jan 25, 2023
Merged
feat(kuma-cp): restore default leader election mechanism #5817
jakubdyszkiewicz
merged 3 commits into
kumahq:release-2.1
from
jakubdyszkiewicz:feat/restore-default-leader-mechanism
Jan 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wrong branch should be release-2.1 right? |
ahh, I thought the branch was not cut yet |
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
f494f2d
to
4a2184a
Compare
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
lobkovilya
reviewed
Jan 24, 2023
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
lobkovilya
approved these changes
Jan 25, 2023
Automaat
added a commit
that referenced
this pull request
Jan 31, 2023
* chore: fix version sh pipe exit (#5816) Signed-off-by: slonka <slonka@users.noreply.github.com> * fix: validator for MeshHealthCheck to-targetRef (#5818) Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com> * chore(deps): bump kumahq/kuma-gui to b82dc41471d7831d734bbc52919cfa7a8b46a65c (#5819) * chore(release): update readme file (#5813) * chore(release): update readme and upgrade.md with 2.1 release Signed-off-by: Marcin Skalski <marcin.skalski@konghq.com> * test(unit): use mock clock in inspect tests (#5814) Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> * chore(deps): bump kumahq/kuma-gui to b82dc41471d7831d734bbc52919cfa7a8b46a65c Bumps kumahq/kuma-gui to version [master@b82dc41471d7831d734bbc52919cfa7a8b46a65c](https://github.com/kumahq/kuma-gui/tree/b82dc41471d7831d734bbc52919cfa7a8b46a65c) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Marcin Skalski <marcin.skalski@konghq.com> Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Marcin Skalski <marcin.skalski@konghq.com> Co-authored-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(kuma-cp): kds deadlock in unit tests (#5821) * fix(kuma-cp): kds deadlock in unit tests Signed-off-by: slonka <slonka@users.noreply.github.com> * fix: update MeshFaultInjection API with mergeable slice (#5811) Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com> * fix(kuma-cp): fix the way how we set FractionalPercent in envoy (#5820) Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> * feat(kuma-cp): restore default leader election mechanism (#5817) Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> * feat(kuma-cp): switch to kube outbounds as vips by default (#5825) Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> * fix(policy): fix meshtimeout static validation (#5830) Signed-off-by: Marcin Skalski <marcin.skalski@konghq.com> * chore: back-ports GUI files (#5832) * chore: back-ports GUI files * fix(ci): format files Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(policy): meshtimeout for GRPC (#5841) Signed-off-by: Marcin Skalski <marcin.skalski@konghq.com> * chore: change gateway log to V1 (#5836) Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> * feat(kuma-cp): disable kube outbounds as vips by default (#5844) Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> * chore(deps): back-ports GUI files (#5845) Back-ports GUI files. Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com> * fix(kuma-cp): should set only once header for MeshRateLimit (#5852) Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> * chore: back-ports GUI files (#5859) Back-ports GUI files. Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com> * fix(kuma-cp): meshratelimit doesn't support MeshGatewayRoute (#5853) Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> * fix(kuma-cp): configure split clusters for new policies (#5855) * fix(kuma-cp): configure split clusters Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> * fix(kuma-cp): revert tests Signed-off-by: slonka <slonka@users.noreply.github.com> * fix(kuma-cp): dry up gathered clusters Signed-off-by: slonka <slonka@users.noreply.github.com> * fix(kuma-cp): apply review suggestions Signed-off-by: slonka <slonka@users.noreply.github.com> --------- Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> Signed-off-by: slonka <slonka@users.noreply.github.com> Co-authored-by: slonka <slonka@users.noreply.github.com> * ci: use "ref_name" instead of "refName" in GH action (#5882) fix: use `ref_name` instead of `refName` Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com> * remove gui changes --------- Signed-off-by: slonka <slonka@users.noreply.github.com> Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com> Signed-off-by: Marcin Skalski <marcin.skalski@konghq.com> Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com> Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Krzysztof Słonka <slonka@users.noreply.github.com> Co-authored-by: Ilya Lobkov <ilya.lobkov@konghq.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Łukasz Dziedziak <lukidzi@gmail.com> Co-authored-by: Philipp Rudloff <philipp.rudloff@konghq.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Switching for leader for life brought more problems than solutions #3023
One of the problems was noticed on GCP and AWS where Node migration happened and the old leader CP Pod was stuck. The result was that no new leader was chosen and Pod with sidecar injection was never up.
One of the reasons for leader for life migration was Kube API throttling when CP was under big pressure. Since then, we reduced calls to storage. If this is still a problem, we can bump the lease duration and lease renewal time.
Fix #5709
Checklist prior to review
syscall.Mkfifo
have equivalent implementation on the other OS --UPGRADE.md
? --> Changelog:
entry here or add aci/
label to run fewer/more tests?