diff options
| author | Jordan Christiansen <xordspar0@gmail.com> | 2020-09-15 21:09:08 -0500 | 
|---|---|---|
| committer | Jordan Christiansen <xordspar0@gmail.com> | 2020-09-16 15:46:08 -0500 | 
| commit | 55dfa7fad205d811b4ade9a2424c49f7e2f7588f (patch) | |
| tree | 21b00c985f17f8357c7e6e3fc648d9e4ed300337 /docs/source/markdown | |
| parent | 8d7e7954546efb344d677e0c3c86d9d045a3de4f (diff) | |
| download | podman-55dfa7fad205d811b4ade9a2424c49f7e2f7588f.tar.gz podman-55dfa7fad205d811b4ade9a2424c49f7e2f7588f.tar.bz2 podman-55dfa7fad205d811b4ade9a2424c49f7e2f7588f.zip  | |
Add labels to a pod created via play kube
When using `podman play kube` with a YAML file that has pod labels,
apply those labels to the pods that podman makes.
For example, this Deployment spec has labels on a pod:
	apiVersion: apps/v1
	kind: Deployment
	metadata:
	  name: myapp
	  labels:
	    app: myapp
	spec:
	  selector:
	    matchLabels:
	      app: myapp
	  template:
	    metadata:
	      labels:
		app: myapp
	    spec:
	      containers:
	      - name: web
		image: nginx
		ports:
		- containerPort: 80
The pods that podman creates will have the label "app" set to "myapp" so
that these pods can be found with `podman pods ps --filter label=app`.
Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
Diffstat (limited to 'docs/source/markdown')
0 files changed, 0 insertions, 0 deletions
