| Commit message (Expand) | Author | Age |
* | Adds support to preserve auto update labels in generate and play kube | Eduardo Vega | 2021-05-06 |
* | Fixes generate kube incorrect when bind-mounting "/" and "/root" | zhangguanzhang | 2021-04-26 |
* | Add support for play/generate kube volumes | Eduardo Vega | 2021-04-09 |
* | Generate Kubernetes PersistentVolumeClaims from named volumes | Jordan Williams | 2021-03-19 |
* | Do not leak libpod package into the remote client | Paul Holzinger | 2021-03-15 |
* | Allow users to generate a kubernetes yaml off non running containers | Daniel J Walsh | 2021-03-08 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | generate kube: support --privileged | Valentin Rothberg | 2021-02-09 |
* | generate kube: handle entrypoint | Valentin Rothberg | 2021-02-04 |
* | podman generate kube ignores --network=host | Milivoje Legenovic | 2021-01-30 |
* | Honor custom DNS in play|generate kube | baude | 2021-01-29 |
* | Spelling | Josh Soref | 2020-12-22 |
* | generate kube on multiple containers | baude | 2020-12-07 |
* | Centralize cores and period/quota conversion code | Jordan Christiansen | 2020-10-31 |
* | Add support for resource cpu limit to generate kube | Andy Librian | 2020-10-09 |
* | Add TODO for adding CPU limit support | Andy Librian | 2020-10-05 |
* | Add support for resource memory limit to generate kube | Andy Librian | 2020-10-04 |
* | handle the play kube and generate kube for with restartPolicy | zhangguanzhang | 2020-09-18 |
* | Merge pull request #7591 from haircommander/play-kube-process-namespace | OpenShift Merge Robot | 2020-09-11 |
|\ |
|
| * | play/generate: support shareProcessNamespace | Peter Hunt | 2020-09-10 |
* | | allowed underscores to remain in name for YAML | Parker Van Roy | 2020-09-10 |
|/ |
|
* | fix podman generate kube with HostAliases | zhangguanzhang | 2020-08-27 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | add {generate,play} kube | Valentin Rothberg | 2020-05-06 |
* | fix security-opt generate kube | Qi Wang | 2020-03-03 |
* | Merge pull request #4850 from vrothberg/fix-linting | OpenShift Merge Robot | 2020-01-13 |
|\ |
|
| * | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | | Add codespell to validate spelling mistakes in code. | Daniel J Walsh | 2020-01-11 |
|/ |
|
* | codespell: spelling corrections | Dmitry Smirnov | 2019-11-13 |
* | Add support for RunAsUser and RunAsGroup | Daniel J Walsh | 2019-11-06 |
* | Add capability functionality to play kube | Peter Hunt | 2019-08-01 |
* | Deduplicate capabilities in generate kube | Peter Hunt | 2019-08-01 |
* | golangci-lint round #3 | baude | 2019-07-21 |
* | golangci-lint pass number 2 | baude | 2019-07-11 |
* | code cleanup | baude | 2019-07-08 |
* | Improve parsing of mounts | Peter Hunt | 2019-07-02 |
* | Deduplicate volumes | Peter Hunt | 2019-07-02 |
* | Pass along volumes to pod yaml | Peter Hunt | 2019-07-01 |
* | Configure container volumes for generate kube | Peter Hunt | 2019-07-01 |
* | Merge pull request #3419 from baude/removelibpodfrommainphase1 | OpenShift Merge Robot | 2019-06-26 |
|\ |
|
| * | remove libpod from main | baude | 2019-06-25 |
* | | Only include ports in one container in Kube YAML | Matthew Heon | 2019-06-24 |
|/ |
|
* | Remove unused return statement in kube volume code | Matthew Heon | 2019-05-21 |
* | Fix a 'generate kube' bug on ctrs with named volumes | Matthew Heon | 2019-05-21 |
* | Use GetContainer instead of LookupContainer for full ID | Matthew Heon | 2019-04-12 |
* | show container ports of network namespace | baude | 2019-02-13 |
* | lock and sync container before checking mountpoint | baude | 2019-02-11 |
* | Add Play | baude | 2018-12-19 |