-
Notifications
You must be signed in to change notification settings - Fork 71
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
missing harvesterconfig secrets #282
Comments
@eliyamlevy , is this similar to #163 ? |
Could be. Could also be related to this issue. Need more info, are there any errors we can use or is it simply not backing up the secrets. |
based on the default resource set we are not backing up secrets matching |
We have an open pr for this issue. |
I tried to install the Harvester charts to generate a
The secret was indeed present, so it seems like this fix is working as expected. |
Did you test the rancher restore into a fresh cluster with this backup? Or restore after deletion of the harvester credentials? |
I don't currently have a way to get actual harvester secrets to test this with, but with a manually created opaque secret named |
In case I customize the secret during restore and removing these attributes it works for me as well:
but in case I leave these attributes in - the restore of the object from yaml does not work / the object gets automatically deleted right after kubectl apply -f <harvester-cloud-provider-config-xxx.yaml> |
the default resource set created by the backup-restore operator is not backing up the
^harvesterconfig$
secrets infleet-local
namespace.This is causing issues for users restoring rancher managing harvester based downstream clusters.
The text was updated successfully, but these errors were encountered: