-
Notifications
You must be signed in to change notification settings - Fork 54
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(reana_dev): customize kind image version (#811) #811
feat(reana_dev): customize kind image version (#811) #811
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #811 +/- ##
=========================================
Coverage ? 29.80%
=========================================
Files ? 26
Lines ? 2486
Branches ? 0
=========================================
Hits ? 741
Misses ? 1745
Partials ? 0
|
90b3ec7
to
85921ab
Compare
85921ab
to
1086dca
Compare
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.
Nice job, looks good! Could you squash all the commits into a single one? Then I will merge :D
1086dca
to
4a02a00
Compare
4a02a00
to
8ee2bd9
Compare
8ee2bd9
to
d21c25c
Compare
d21c25c
to
d510990
Compare
d510990
to
c127b97
Compare
c127b97
to
d330562
Compare
d330562
to
fedc752
Compare
Rebased and merged. I have also slighly changed the commit message: Nice job! |
Similar issue happened to me using
reana-dev
tool with freshkind
install.kind
pulls the latest image version, but the version does not matchkubeVersion
in Helm chart, which causes error on Helm chart deployment.Though Helm chart is now upgraded and accepts newest image version, at some point in time discrepancy will happen again.
kindest/node
image version can just be pinned (should be updated together with Helm chart) and can be allowed to customize as a CLI option.