Velero: Unable to deploy csi driver velero-plugin-for-csi #8688
Closed
dhayalan85
started this conversation in
General discussions
Replies: 1 comment
-
|
expected. newer velero has this plugin integrated. I assume you are on 1.14 otherwise this wouldn't happen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to deploy the velero-plugin-for-csi. Could you please help me understand and please guid us to fix the issues.
In values.yaml file
initContainers:
image: velero/velero-plugin-for-csi:v0.7.1
imagePullPolicy: IfNotPresent
volumeMounts:
name: plugins
image: velero/velero-plugin-for-microsoft-azure:v1.11.1
imagePullPolicy: IfNotPresent
volumeMounts:
name: plugins
Logs error:
An error occurred: unable to register plugin (kind=BackupItemActionV2, name=velero.io/csi-pvc-backupper, command=/plugins/velero-plugin-for-csi) because another plugin is already registered for this kind and name (command=/velero)
time="2025-02-14T18:37:09Z" level=info msg="plugin process exited" cmd=/plugins/velero-plugin-for-csi id=36 logSource="pkg/plugin/clientmgmt/process/logrus_adapter.go:80" plugin=/plugins/velero-plugin-for-csi
Beta Was this translation helpful? Give feedback.
All reactions