12 lines
238 B
YAML
12 lines
238 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: samplepod
|
||
|
annotations:
|
||
|
k8s.v1.cni.cncf.io/networks: eth1
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: samplepod
|
||
|
command: ["/bin/ash", "-c", "trap : TERM INT; sleep infinity & wait"]
|
||
|
image: alpine
|