-
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
Add podman-env for connecting with podman-remote #6351
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #6351 +/- ##
==========================================
- Coverage 38.1% 37.56% -0.54%
==========================================
Files 137 138 +1
Lines 8690 8780 +90
==========================================
- Hits 3311 3298 -13
- Misses 4963 5066 +103
Partials 416 416
|
/ok-to-test |
All Times minikube: [ 243.934374 246.038455 226.580451] Average Minikube (PR 6351): 237.518610 Averages Time Per Log
|
Part of me wishes we had a vendor-neutral command we could point users to, but I think any terminology we use might be lost on them. docker-env & podman-env are likely more meaningful than any alternative we come up with. |
Merge conflict :( |
I’m not sure |
you could call it |
There will be an error if docker is not running or podman is not installed, but otherwise you're free to choose...
It is quite common to use docker to build images for |
I will have to rewrite this |
5e92ed0
to
7614938
Compare
I moved the tests from the pkg (generic) to the cmd (specific), as per the new code at There were a lot of symbol conflicts with "env", so had to prefix a lot of things (miss my |
@afbjorklund any chance we could have integraiton test for this or documentation how to use it ? |
@medyagh : normally I try to write the user-facing documentation in the issue (not the PR) Included a doc page: https://deploy-preview-6351--kubernetes-sigs-minikube.netlify.com/docs/tasks/podman_service/ |
Stuck on lint
|
All Times minikube: [ 92.450157 91.846553 94.694479] Average Minikube (PR 6351): 93.195973 Averages Time Per Log
|
Hi @afbjorklund, Thanks for your work! If it's the case, it may be a good idea to release the doc at the same time as the code. Is it feasible? |
It should be in 1.7.3 now, unfortunately (?) the docs are showing |
For #6350