2016-08-09 22:59:45 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: etcd-empty-dir-cleanup
|
|
|
|
namespace: kube-system
|
2017-06-12 22:22:04 +00:00
|
|
|
annotations:
|
|
|
|
scheduler.alpha.kubernetes.io/critical-pod: ''
|
2018-05-24 17:31:28 +00:00
|
|
|
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
|
2016-08-09 22:59:45 +00:00
|
|
|
labels:
|
|
|
|
k8s-app: etcd-empty-dir-cleanup
|
|
|
|
spec:
|
2018-02-02 03:26:41 +00:00
|
|
|
priorityClassName: system-node-critical
|
2016-08-09 22:59:45 +00:00
|
|
|
hostNetwork: true
|
|
|
|
dnsPolicy: Default
|
|
|
|
containers:
|
|
|
|
- name: etcd-empty-dir-cleanup
|
2018-11-30 19:48:58 +00:00
|
|
|
image: k8s.gcr.io/etcd-empty-dir-cleanup:3.3.10.0
|