-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Report crun version in minikube version
#12027
Comments
@andriyDev : Important location link is not working..? 🤔 |
@Amino19 Woops! I guess my link extension doesn't work haha, fixed! |
Hi. Is this issue open? Can I work on it? |
@jayesh-srivastava : Hi, Thanks for showing interest. |
Okay sure. Thank you so much. I am a new contributor here but will try to work on this. |
/assign |
Hi @Amino19 , I have somewhat understood what needs to be done, basically, I'll have to add crun in the list. Just wanted to ask that what will be its value and is that all that I have to do. Your help will be much appreciated : ) |
@jayesh-srivastava https://github.com/kubernetes/minikube/blob/master/test/integration/functional_test.go#L1983 |
Note that
The "dirty" thing is some kind of upstream packaging bug, modifying the source before building... https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/crun EDIT: Actually it is showing the commit of the packaging repository: https://gitlab.com/rhcontainerbot/crun https://gitlab.com/rhcontainerbot/crun/-/commit/925db482ab20e0effd1fdaef1cfb5002019a9b5f (5 commits ahead) The "commit" shown (for 0.20.1) is from the previous software version (crun 0.20): containers/crun@0d42f11 |
Hello, @jayesh-srivastava . Are you still interested in this issue? |
Hey @spowelljr I have added the crun version. I am facing some issues in updating the tests to output it. I have made a PR without updating the test. Can anyone guide me through how to update the tests? |
Hi @jayesh-srivastava, to update the test all you need to do is add https://github.com/kubernetes/minikube/blob/master/test/integration/functional_test.go#L2140 |
Hey @spowelljr I have understood and will update the test. Thank you. I already made a PR earlier without updating the test. Should I make a new one? |
@jayesh-srivastava You should update the existing PR since it hasn't been merged yet, just commit another change to the same branch and push it again, thanks! |
@spowelljr Gotcha, thanks! |
Hey @spowelljr, made the necessary change and updated the existing PR. |
@jayesh-srivastava The change looks good, thanks! Waiting for the tests to finish to make sure they pass. In the meantime, could you address @medyagh's comment: #12381 (comment) All he's asking is to run |
@spowelljr Sure will try to address this. |
Hey @spowelljr regarding yesterday's PR, only one test is failing. Can you please address this and tell me what's the issue? |
@spowelljr Attaching a screenshot for your reference: |
@jayesh-srivastava minikube has tests that are flakey (fail from time to time), in this case the test that failed is |
Oh okay @spowelljr. So will my PR be approved? |
Your PR is already approved, it just needs to be merged, I'll merge it now. |
Thanks @spowelljr |
Important location: https://github.com/kubernetes/minikube/blob/master/cmd/minikube/cmd/version.go#L55
Discussion: https://kubernetes.slack.com/archives/C1F5CT6Q1/p1626820802044000?thread_ts=1626811554.016000&cid=C1F5CT6Q1
The text was updated successfully, but these errors were encountered: