summaryrefslogtreecommitdiff
path: root/libpod/kube.go
Commit message (Expand)AuthorAge
* generate, kube: plug HostUsersGiuseppe Scrivano2022-09-08
* Merge pull request #15607 from fpoirotte/mainOpenShift Merge Robot2022-09-08
|\
| * Fix #15243 Set AutomountServiceAccountToken to falseFrançois Poirotte2022-09-04
* | Fix bind-mount-option annotation in gen/play kubeUrvashi Mohnani2022-09-01
|/
* Set enableServiceLinks to false in generated yamlUrvashi Mohnani2022-08-31
* Remove duplicate annotations in generated service yamlUrvashi Mohnani2022-08-24
* Add ports and hostname correctly in kube yamlUrvashi Mohnani2022-07-08
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* golangci-lint: enable nolintlintPaul Holzinger2022-06-14
* Use containers/common/pkg/util.StringToSliceDaniel J Walsh2022-05-23
* enable errcheck linterPaul Holzinger2022-04-29
* Merge pull request #14023 from rhatdan/kubeOpenShift Merge Robot2022-04-27
|\
| * Truncate annotations when generating kubernetes yaml filesDaniel J Walsh2022-04-27
* | enable gocritic linterPaul Holzinger2022-04-26
|/
* Modify the pod name suffix '_pod' to '-pod'aonoa2022-04-25
* replace golint with revive linterPaul Holzinger2022-04-22
* fix pod volume passing and alter infra inheritancecdoern2022-03-29
* move k8s deps into podmanPaul Holzinger2022-03-15
* bump go module to version 4Valentin Rothberg2022-01-18
* use libnetwork from c/commonPaul Holzinger2022-01-12
* Use the InfraImage defined in containers.confDaniel J Walsh2022-01-10
* fix(generate): fix up podman generate kube missing env field bug荒野無燈2021-12-18
* Ensure the generated NodePort values are uniqueMiloslav Trmač2021-11-30
* Allow containerPortsToServicePorts to failMiloslav Trmač2021-11-30
* Don't use the global math/rand RNG for service portsMiloslav Trmač2021-11-30
* Move a comment to the relevant placeMiloslav Trmač2021-11-30
* Rename pod on generate of containerBrent Baude2021-11-22
* podman-generate-kube - remove empty structs from YAMLBoaz Shuster2021-11-07
* libpod: deduplicate ports in dbPaul Holzinger2021-10-27
* pod create: remove need for pause imageValentin Rothberg2021-10-26
* Generate Kube should not print default structsDaniel J Walsh2021-10-19
* Merge pull request #11982 from umohnani8/targetPortOpenShift Merge Robot2021-10-15
|\
| * Set targetPort to the port value in the kube yamlUrvashi Mohnani2021-10-14
* | Do not add TCP to protocol in generated kube yamlUrvashi Mohnani2021-10-14
|/
* Don't add image entrypoint to the generate kube yamlUrvashi Mohnani2021-10-13
* Merge pull request #11944 from cdoern/kubeEmitOpenShift Merge Robot2021-10-13
|\
| * Kube Gen run as user/group issuescdoern2021-10-12
* | No space in kube annotations for bind mountsBrent Baude2021-10-12
|/
* faster image inspectionValentin Rothberg2021-10-08
* Support selinux options with bind mounts play/genBrent Baude2021-09-30
* Merge pull request #11781 from vrothberg/specOpenShift Merge Robot2021-09-29
|\
| * libpod: do not call (*container).Spec()Valentin Rothberg2021-09-29
* | Merge pull request #11761 from umohnani8/initOpenShift Merge Robot2021-09-29
|\ \ | |/ |/|
| * [NO TESTS NEEDED] Add port configuration to first regular containerUrvashi Mohnani2021-09-28
* | libpod: do not call (*container).Config()Valentin Rothberg2021-09-28
|/
* podman generate kube should not include images commandDaniel J Walsh2021-09-22
* Generate kube should'd add podman default environment varsDaniel J Walsh2021-09-21
* Drop OCICNI dependencyPaul Holzinger2021-09-15
* Add init containers to generate and play kubeUrvashi Mohnani2021-09-10
* InfraContainer Reworkcdoern2021-08-26