Installation Velero Plugin AWS k8s #3885
Unanswered
ghost
asked this question in
Community support Q&A
Replies: 1 comment
-
I've done all installations of Velero versions with Velero plugins with their correct versions in the compatibility matrix, but I get the same error on all installations. |
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
-
Hi, I'm trying to install velero via CLI in a kubernetes cluster provisioned via kubespray and I'm getting CrashLoopBack, I've enabled debug log in deployment and I'm getting this message.
NAME READY STATUS RESTARTS AGE
velero-6cc66f4df4-7mm9h 0/1 CrashLoopBackOff 210 17h
[root@node1 ~]# kubectl logs velero-6cc66f4df4-7mm9h -n velero
time="2021-06-18T12:42:43Z" level=info msg="setting log-level to DEBUG" logSource="pkg/cmd/server/server.go:172"
time="2021-06-18T12:42:43Z" level=info msg="Starting Velero server v1.6.0 (5bd70fd)" logSource="pkg/cmd/server/server.go:174"
time="2021-06-18T12:42:43Z" level=info msg="1 feature flags enabled []" logSource="pkg/cmd/server/server.go:176"
time="2021-06-18T12:42:43Z" level=debug msg="starting plugin" args="[/velero run-plugins --log-level debug --features ]" cmd=/velero logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74" path=/velero
time="2021-06-18T12:42:43Z" level=debug msg="plugin started" cmd=/velero logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74" path=/velero pid=12
time="2021-06-18T12:42:43Z" level=debug msg="waiting for RPC address" cmd=/velero logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74" path=/velero
time="2021-06-18T12:42:43Z" level=debug msg="Setting log level to DEBUG" cmd=/velero logSource="pkg/plugin/framework/server.go:199" pluginName=velero
time="2021-06-18T12:42:43Z" level=debug msg="plugin address" address=/tmp/plugin227164363 cmd=/velero logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74" network=unix pluginName=velero
time="2021-06-18T12:42:43Z" level=debug msg="using plugin" cmd=/velero logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74" version=2
time="2021-06-18T12:42:43Z" level=debug msg="plugin process exited" cmd=/velero logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74" path=/velero pid=12
time="2021-06-18T12:42:43Z" level=debug msg="plugin exited" cmd=/velero logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74"
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/crd-remap-version
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/pod
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/pv
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/service-account
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/add-pv-from-pvc
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/add-pvc-from-pod
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/change-pvc-node-selector
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/change-storage-class
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/cluster-role-bindings
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/crd-preserve-fields
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/init-restore-hook
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/job
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/pod
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/restic
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/role-bindings
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/service
time="2021-06-18T12:42:43Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/service-account
time="2021-06-18T12:42:43Z" level=debug msg="starting plugin" args="[/plugins/velero-plugin-for-aws --log-level debug --features ]" cmd=/plugins/velero-plugin-for-aws logSource="pkg/plugin/clientmgmt/logrus_adapter.go:74" path=/plugins/velero-plugin-for-aws
An error occurred: fork/exec /plugins/velero-plugin-for-aws: permission denied
Beta Was this translation helpful? Give feedback.
All reactions