Zack Anderson

Results 11 comments of Zack Anderson

Checking to see if this is still on the radar. Deploying this in Kubernetes and would be very helpful. Even better (for me) would be setting a/the API key using...

> @zanderson-aim For a quick check, could you run below command and share the result? `kubectl get cm -n velero` This results in about 9000 lines which look like this...

> ``` > {"level":"error","logSource":"pkg/controller/restore_controller.go:560","msg":"Namespace rc-aimit-io, resource restore error: error preparing persistentvolumeclaims/rc-aimit-io/datadir-rocketchat-mongodb-0: rpc error: code = Unknown desc = fail get DataUploadResult for restore: velero-imdc-20231105205455-20231105210928: multiple DataUpload result cms found with...

> @zanderson-aim Are there running data mover restores at the time you run `kubectl get cm -n velero`? No currently nothing running ``` kubectl -n velero get pods NAME READY...

> @zanderson-aim We want to do several checks on the list of configMaps as you shared, different info are required. So how about this: > > 1. Run `kubectl get...

Makes sense, I will update the job and test again. I guess these makes all the "old" backups that include velero already unrestorable?

I can confirm it worked after I excluded the namespace.

I did tried some older backups before 1.12 and they worked fine with the namespace included. Must be something with changes in 1.12.

These updates still working? Running Version 23.2.9.8466 and I get a 401 access denied error. Confirmed the OTP code matches the authenticator app, and I can login with user/password/code just...

You can try setting HostSelection: any in the config, that might get around it. Nope, tested it but no go. If you remove all the checks from the CheckSession function...