image: add upgrade-agent (#827)

This commit is contained in:
3u13r 2022-12-29 17:50:11 +01:00 committed by GitHub
parent 0297aed1ea
commit 473e16feb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 97 additions and 1 deletions

View file

@ -60,6 +60,9 @@ spec:
- mountPath: /etc/gce
name: gceconf
readOnly: true
- mountPath: /etc/constellation-upgrade-agent.sock
name: upgrade-agent-socket
readOnly: true
resources:
limits:
cpu: 500m
@ -88,6 +91,10 @@ spec:
configMap:
name: gceconf
optional: true
- name: upgrade-agent-socket
hostPath:
path: /run/constellation-upgrade-agent.sock
type: Socket
nodeSelector:
node-role.kubernetes.io/control-plane: ""
tolerations: