aws velero

This commit is contained in:
Philip Haupt
2025-04-06 15:07:02 +02:00
parent 939f392c7d
commit 80a8742188
2 changed files with 13 additions and 6 deletions

View File

@@ -3574,6 +3574,13 @@ spec:
- mountPath: /scratch - mountPath: /scratch
name: scratch name: scratch
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
initContainers:
- image: velero/velero-plugin-for-aws:v1.11.0
imagePullPolicy: IfNotPresent
name: velero-plugin-for-aws
volumeMounts:
- mountPath: /target
name: plugins
restartPolicy: Always restartPolicy: Always
serviceAccountName: velero-server serviceAccountName: velero-server
terminationGracePeriodSeconds: 3600 terminationGracePeriodSeconds: 3600

View File

@@ -105,12 +105,12 @@ dnsPolicy: ClusterFirst
# Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required. # Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required.
# If the value is a string then it is evaluated as a template. # If the value is a string then it is evaluated as a template.
initContainers: initContainers:
# - name: velero-plugin-for-aws - name: velero-plugin-for-aws
# image: velero/velero-plugin-for-aws:v1.10.0 image: velero/velero-plugin-for-aws:v1.11.0
# imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
# volumeMounts: volumeMounts:
# - mountPath: /target - mountPath: /target
# name: plugins name: plugins
# SecurityContext to use for the Velero deployment. Optional. # SecurityContext to use for the Velero deployment. Optional.
# Set fsGroup for `AWS IAM Roles for Service Accounts` # Set fsGroup for `AWS IAM Roles for Service Accounts`