You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rke@kube-master rke-k8s]$ velero version
Client:
Version: v1.12.1
Git commit: 5c4fdfe
<error getting server version: no matches for kind "ServerStatusRequest" in version "velero.io/v1">
[rke@kube-master rke-k8s]$
I was trying to install the Velero server on the rancher k8s cluster ( Rancher Kubernetes: v1.25.9-rancher2 ) backend storage is Ceph RBD . I was using Velero version 1.12.1 but I am getting an error: An error occurred: unknown flag: --use-restic
[rke@kube-master rke-k8s]$ velero version
Client:
Version: v1.12.1
Git commit: 5c4fdfe
<error getting server version: no matches for kind "ServerStatusRequest" in version "velero.io/v1">
[rke@kube-master rke-k8s]$
I was trying to install the Velero server on the rancher k8s cluster ( Rancher Kubernetes: v1.25.9-rancher2 ) backend storage is Ceph RBD . I was using Velero version 1.12.1 but I am getting an error: An error occurred: unknown flag: --use-restic
velero install command ---
velero install
--provider aws
--plugins velero/velero-plugin-for-aws:v1.8.1
--bucket rancher-k8s-backup
--secret-file ./credentials-minio
--use-volume-snapshots=false
--use-restic
--backup-location-config
region=minio,s3ForcePathStyle="true",s3Url=http://<my_machine_ip>:9000
The text was updated successfully, but these errors were encountered: