Tom Plant
Tom Plant
@jonathon2nd `kubectl patch crd x.groupsnapshot.storage.k8s.io --subresource='status' --type='merge' -p '{"status":{"storedVersions": ["v1beta1"]}}'` where x is each of `volumegroupsnapshots`, `volumegroupsnapshotclasses`, and `volumegroupsnapshotcontents`
@talw-nym I've built and tested a signed Linux amd/arm image here: `ghcr.io/pl4nty/garnet@sha256:07247278d5bd716063687feaf340f5271dbc41875835dc53fb552031311944b9` I'll work on Windows tonight, since WCOW BuildKit support recently released
@badrishc I hit a known issue with nested folders so couldn't compile natively on Windows, but I was able to cross-compile with some refactoring. It can be much faster in...
I started working on this last weekend while troubleshooting BuildBuddy, and had a successful test with `reproxy` today. It's based on Ola's work though, so I wouldn't want to submit...