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