-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpod01.yaml
59 lines (58 loc) · 1.31 KB
/
pod01.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generation of Kubernetes YAML is still under development!
#
# Save the output of this file and use kubectl create -f to import
# it into Kubernetes.
#
# Created with podman-1.6.1
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2019-10-15T12:15:42Z"
labels:
app: pod01
name: pod01
spec:
containers:
- command:
- bash
env:
- name: PATH
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- name: TERM
value: xterm
- name: HOSTNAME
value: pod01
- name: container
value: oci
image: registry.access.redhat.com/ubi7:latest
name: festivejang
resources: {}
securityContext:
allowPrivilegeEscalation: true
capabilities: {}
privileged: false
readOnlyRootFilesystem: false
stdin: true
workingDir: /
- command:
- bash
env:
- name: PATH
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- name: TERM
value: xterm
- name: HOSTNAME
value: pod01
- name: container
value: oci
image: registry.access.redhat.com/ubi8:latest
name: practicaljang
resources: {}
securityContext:
allowPrivilegeEscalation: true
capabilities: {}
privileged: false
readOnlyRootFilesystem: false
stdin: true
workingDir: /
status: {}