Updates & Refactors for k8s 1.32#644
Conversation
pkg/resourcesets/collector.go
Outdated
There was a problem hiding this comment.
Because we can do this check here...
pkg/resourcesets/collector.go
Outdated
There was a problem hiding this comment.
...it technically does similar to what this intended to do, just after transformer.TransformToStorage is called instead of before. Obviously before was better, but no longer an option (for) now.
pkg/resourcesets/collector.go
Outdated
There was a problem hiding this comment.
I think that because of those factors, this is a new change in dataflow/processing that non-encrypted restores used to skip, but will now run all the time. So ultimately this likely doesn't change too much at the end of the day, but is technically a new area that an error could come from.
alexandreLamarre
left a comment
There was a problem hiding this comment.
We should bump
The matrix k3s versions here to 1.30.X & 1.32.X
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
|
Part of rancher/rancher#48832 |
Blocked by: #645
I will submit a version of this based of
mainafter above is merged. This will ensure higher test coverage before the breaking upstream change is accounted for.