csi
This commit is contained in:
@@ -3520,6 +3520,7 @@ spec:
|
|||||||
- args:
|
- args:
|
||||||
- server
|
- server
|
||||||
- --uploader-type=kopia
|
- --uploader-type=kopia
|
||||||
|
- --features=EnableCSI
|
||||||
command:
|
command:
|
||||||
- /velero
|
- /velero
|
||||||
env:
|
env:
|
||||||
@@ -3581,12 +3582,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /target
|
- mountPath: /target
|
||||||
name: plugins
|
name: plugins
|
||||||
- image: velero/velero-plugin-for-csi:v0.7.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
name: velero-plugin-for-csi
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /target
|
|
||||||
name: plugins
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
serviceAccountName: velero-server
|
serviceAccountName: velero-server
|
||||||
terminationGracePeriodSeconds: 3600
|
terminationGracePeriodSeconds: 3600
|
||||||
|
|||||||
@@ -111,12 +111,6 @@ initContainers:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /target
|
- mountPath: /target
|
||||||
name: plugins
|
name: plugins
|
||||||
- name: velero-plugin-for-csi
|
|
||||||
image: velero/velero-plugin-for-csi:v0.7.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /target
|
|
||||||
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`
|
||||||
@@ -448,7 +442,7 @@ configuration:
|
|||||||
defaultSnapshotMoveData:
|
defaultSnapshotMoveData:
|
||||||
# Comma separated list of velero feature flags. default: empty
|
# Comma separated list of velero feature flags. default: empty
|
||||||
# features: EnableCSI
|
# features: EnableCSI
|
||||||
features:
|
features: EnableCSI
|
||||||
# Resource requests/limits to specify for the repository-maintenance job. Optional.
|
# Resource requests/limits to specify for the repository-maintenance job. Optional.
|
||||||
# https://velero.io/docs/v1.14/repository-maintenance/#resource-limitation
|
# https://velero.io/docs/v1.14/repository-maintenance/#resource-limitation
|
||||||
repositoryMaintenanceJob:
|
repositoryMaintenanceJob:
|
||||||
|
|||||||
Reference in New Issue
Block a user