2017-08-28 02:20:29 +02:00
|
|
|
apiVersion: extensions/v1beta1
|
|
|
|
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
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: container-linux-update-operator
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: update-operator
|
2017-10-25 07:14:03 +02:00
|
|
|
image: quay.io/coreos/container-linux-update-operator:v0.4.1
|
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
|