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
Steps to Reproduce:
Create(or modify existing) cluster with incorrect credentials defined for s3backupconfig.
Results:
No local snapshot created in /opt/rke/etcd-snapshots/
etcd-rolling-snapshots logs the following:
time="2020-08-20T01:45:48Z" level=error msg="failed to set s3 server: failed to check s3 bucket:xxxx, err:Access Denied." s3-accessKey=xxxx s3-bucketName=xxxx s3-endpoint=s3.amazonaws.com s3-endpoint-ca= s3-folder=xxxx s3-region=ap-southeast-2
time="2020-08-20T01:45:48Z" level=fatal msg="failed to set s3 server: failed to check s3 bucket:xxxx, err:Access Denied."
More info:
The same symptoms are seen if accesskey/secretkey are excluded and an IAM policy is not attached to the nodes, or an IAM policy is attached that doesn't have enough permission to list/write to the specified bucket.
gz#11851
The text was updated successfully, but these errors were encountered:
RKE version:
v1.0.4
RKE Tools verison:
rancher/rke-tools:v0.1.52
Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
ec2(no cloudprovider)
cluster.yml file:
Steps to Reproduce:
Create(or modify existing) cluster with incorrect credentials defined for s3backupconfig.
Results:
No local snapshot created in /opt/rke/etcd-snapshots/
etcd-rolling-snapshots
logs the following:More info:
The same symptoms are seen if accesskey/secretkey are excluded and an IAM policy is not attached to the nodes, or an IAM policy is attached that doesn't have enough permission to list/write to the specified bucket.
gz#11851
The text was updated successfully, but these errors were encountered: