[SURE-9588] Issue setting folder S3 on etcd backups #499
Labels
JIRA
must shout
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
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: