-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s3 snapshots do not show in the rancher 2.6 UI #1551
Comments
I owe providing rke2 server logs - will work with dev to figure out how to get ssh access to rancher-provisioned rke2 nodes. This is not possible in the Rancher 2.6 UI for some reason (you can do it in rke1 but not rke2). |
Worked with Brian on a call and we observed rke2 logs - Brian should have the information he needs now to get going on this (e.g. I will not be posting rke2 logs here in GitHub as should not be needed - if anyone wants them posted here just let me know). |
rancher/rancher#34088 is changing how s3 works so waiting on that now before I test in Rancher. |
So, Rancher 2.6.0 does not support 1.22 yet - so I tested in standalone RKE2 only. My checks PASSED Reproduction Steps: Not required as I fully understand the issue. Validation Steps: Host OS: Ubuntu 20.04 amd64 Validation steps:
Result: |
This is duplicated from
Rancher Server Setup
246fbd5fa
8/5/21 (single-node docker)Downstream cluster: rke2 provisioned by rancher, 3 etcd, 2 cp, 3 worker
Downstream k8s version: v1.21.3-rc3+rke2r2
Describe the bug
Inspect the s3 bucket - everything is there it looks like the snapshot was successful and I can retake snapshots and they will work and upload to my bucket.
Inspect the snapshots tab - none of the snapshots show.
Note: Refreshing the UI does not fix the issue. Cleaning browser cache and launching the UI again also does not fix.
Result
The UI does not show any of the (apparently) successfully-taken s3 snapshots.
Expected Result
The UI should show the s3 snapshots, just like it does for local snapshots.
Additional Info
Blocks testing/closure of rancher/rancher#32391
In the rancher/rancher issue, Donnie mentioned the following:
Rancher looks at the configmap
rke2-etcd-snapshots
in the downstream RKE2 cluster to get the information for the snapshots. In this case, the configmap exists, but it is empty.The text was updated successfully, but these errors were encountered: