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
If I use that s3 folder, I get "directory does not exist" message from rke2-server service because that folder does not exist on the machine for etcd backup, but it exists in my bucket.
The parameter folder should be independent from the EtcdSnapshotDir.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
We are trying to configure the etcd backup using S3 bucket parameters in the RKE2ControlPlane manifest:
The problem is the next part of the code:
cluster-api-provider-rke2/pkg/rke2/config.go
Line 322 in 3d7df66
If I use that s3 folder, I get "directory does not exist" message from rke2-server service because that folder does not exist on the machine for etcd backup, but it exists in my bucket.
The parameter
folder
should be independent from theEtcdSnapshotDir.
Thanks
The text was updated successfully, but these errors were encountered: