2018-02-10 23:51:55 -08:00
|
|
|
apiVersion: apps/v1
|
2017-08-27 17:20:29 -07:00
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: container-linux-update-operator
|
2017-10-14 19:35:06 -07:00
|
|
|
namespace: reboot-coordinator
|
2017-08-27 17:20:29 -07:00
|
|
|
spec:
|
|
|
|
replicas: 1
|
2018-02-10 23:51:55 -08:00
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: container-linux-update-operator
|
2017-08-27 17:20:29 -07:00
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: container-linux-update-operator
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: update-operator
|
2018-01-26 17:24:09 -08:00
|
|
|
image: quay.io/coreos/container-linux-update-operator:v0.6.0
|
2017-08-27 17:20:29 -07:00
|
|
|
command:
|
|
|
|
- "/bin/update-operator"
|
|
|
|
env:
|
|
|
|
- name: POD_NAMESPACE
|
|
|
|
valueFrom:
|
|
|
|
fieldRef:
|
|
|
|
fieldPath: metadata.namespace
|
2017-10-20 00:40:17 -07:00
|
|
|
tolerations:
|
|
|
|
- key: node-role.kubernetes.io/master
|
|
|
|
operator: Exists
|
|
|
|
effect: NoSchedule
|