summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-generate-systemd.1.md
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-06-30 16:45:41 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-06-30 17:09:53 +0200
commit9c658f49071a31cb776eade600b092868345da97 (patch)
tree730f0f738fe92a3183890be57476d9fd9fcddeef /docs/source/markdown/podman-generate-systemd.1.md
parentc6fb533ca6e9cbf00f9d9d1feba0bb7331484f88 (diff)
downloadpodman-9c658f49071a31cb776eade600b092868345da97.tar.gz
podman-9c658f49071a31cb776eade600b092868345da97.tar.bz2
podman-9c658f49071a31cb776eade600b092868345da97.zip
docs: mention the podman-kube template
Mention the template in the docs for play-kube and generate-systemd. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-generate-systemd.1.md')
-rw-r--r--docs/source/markdown/podman-generate-systemd.1.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-generate-systemd.1.md b/docs/source/markdown/podman-generate-systemd.1.md
index 8c3c32d04..56ad4e446 100644
--- a/docs/source/markdown/podman-generate-systemd.1.md
+++ b/docs/source/markdown/podman-generate-systemd.1.md
@@ -14,6 +14,17 @@ Generating unit files for a pod requires the pod to be created with an infra con
_Note: If you use this command with the remote client, including Mac and Windows (excluding WSL2) machines, you would still have to place the generated units on the remote system. Moreover, please make sure that the XDG_RUNTIME_DIR environment variable is set. If unset, you may set it via `export XDG_RUNTIME_DIR=/run/user/$(id -u)`._
+### Kubernetes Integration
+
+A Kubernetes YAML can be executed in systemd via the `podman-kube@.service` systemd template. The template's argument is the path to the YAML file. Given a `workload.yaml` file in the home directory, it can be executed as follows:
+
+```
+$ escaped=$(systemd-escape ~/sysadmin.yaml)
+$ systemctl --user start podman-kube@$escaped.service
+$ systemctl --user is-active podman-kube@$escaped.service
+active
+```
+
## OPTIONS
#### **--after**=*dependency_name*