-
Notifications
You must be signed in to change notification settings - Fork 211
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
ISSUE-147 - Upgrade k8s dependencies #156
Conversation
Codecov Report
@@ Coverage Diff @@
## master #156 +/- ##
=======================================
Coverage 47.89% 47.89%
=======================================
Files 6 6
Lines 952 952
=======================================
Hits 456 456
Misses 467 467
Partials 29 29
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whrere is the script update-kube-version.sh called?
good call @anishakj - added it as a Makefile target |
Codecov Report
@@ Coverage Diff @@
## master #156 +/- ##
=======================================
Coverage 82.39% 82.39%
=======================================
Files 11 11
Lines 1193 1193
=======================================
Hits 983 983
Misses 142 142
Partials 68 68
Continue to review full report at Codecov.
|
Currently, I am doing testing with the changes. Will keep posted. |
Could you please resolve the conflicts and re base to master? |
- upgrade to k8s 1.17.5 deps - upgrade to operator-sdk 0.17 - upgrade controller-runtime to 0.5.2
rebased |
In my testing I am seeing the below issue.
Doing further analysis |
Rolling upgrade was happening as termination grace period was changed from 30s to 180s as part of other PR.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #147