Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for RunAsUser and RunAsGroup | Daniel J Walsh | 2019-11-06 |
| | | | | | | | | | | Currently podman generate kube does not generate the correct RunAsUser and RunAsGroup options in the yaml file. This patch fixes this. This patch also make `podman play kube` use the RunAdUser and RunAsGroup options if they are specified in the yaml file. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | Set SELinux labels based on the security context in the kube.yaml | Daniel J Walsh | 2019-11-05 |
If the kube.yaml specifieds the SELinux type or Level, we need the container to be launched with the correct label. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |