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

Allow drain retries even with timeout failures #104

Merged
merged 20 commits into from
May 4, 2023
Merged

Allow drain retries even with timeout failures #104

merged 20 commits into from
May 4, 2023

Conversation

shreyas-badiger
Copy link
Contributor

Fixes #90

  • Functional testing
  • Unit tests

@shreyas-badiger shreyas-badiger requested a review from a team as a code owner May 2, 2023 16:50
eytan-avisror and others added 19 commits May 4, 2023 16:26
* Update go version and add cross-compilation

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>

* remove build from unit-test

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
* Ignore local IDE files

Signed-off-by: kevdowney <kevdowney@gmail.com>

* Cleanup Makefile

Signed-off-by: kevdowney <kevdowney@gmail.com>

* Update GH Actions to use ubuntu-latest

Signed-off-by: kevdowney <kevdowney@gmail.com>

* Add `dependabot.yml`

Signed-off-by: kevdowney <kevdowney@gmail.com>

---------

Signed-off-by: kevdowney <kevdowney@gmail.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
* Ignore major,minor versions of k8s.io libs

* Use base version (v3) for actions/checkout

---------

Signed-off-by: kevdowney <kevdowney@gmail.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: kevdowney <kevdowney@gmail.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Merging #104 (cc82768) into master (eea6b4b) will decrease coverage by 0.28%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   71.02%   70.74%   -0.28%     
==========================================
  Files          12       12              
  Lines        1239     1234       -5     
==========================================
- Hits          880      873       -7     
- Misses        296      298       +2     
  Partials       63       63              
Impacted Files Coverage Δ
pkg/service/manager.go 67.66% <ø> (ø)
pkg/service/nodes.go 81.98% <87.50%> (-1.92%) ⬇️
pkg/service/server.go 60.33% <90.00%> (-0.05%) ⬇️

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

@shreyas-badiger shreyas-badiger merged commit d6d214f into keikoproj:master May 4, 2023
@shreyas-badiger shreyas-badiger mentioned this pull request May 5, 2023
2rs2ts added a commit to 2rs2ts/lifecycle-manager that referenced this pull request Jan 8, 2024
It seems like keikoproj#104 added this option, but since that wasn't yet
released, it wasn't added to the README.  Now it's part of a
release, so, it should be fine to add to the README.
2rs2ts added a commit to 2rs2ts/lifecycle-manager that referenced this pull request Jan 8, 2024
It seems like keikoproj#104 added this option, but since that wasn't yet
released, it wasn't added to the README.  Now it's part of a
release, so, it should be fine to add to the README.

Signed-off-by: 2rs2ts <2rs2ts@users.noreply.github.com>
ZihanJiang96 pushed a commit that referenced this pull request Feb 3, 2024
It seems like #104 added this option, but since that wasn't yet
released, it wasn't added to the README.  Now it's part of a
release, so, it should be fine to add to the README.

Signed-off-by: 2rs2ts <2rs2ts@users.noreply.github.com>
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.

Lifecycle manager doesn't retry node drain after timeout.
4 participants