Daniel Fajmon
Daniel Fajmon
## What happened: Since this repo depends on k8s.io/kubernetes it is required to replace all modules in staging, even though they're not a real dependency of this repo. Discussion here:...
**What this PR does / why we need it**: When using `go list -mod=readonly -m all` the command fails on k8s.io/endpointslice and k8s.io/externaljwt as they are part of kubernetes. **Testing...
**Is this a bug fix or adding new feature?** Bug fix **What is this PR about? / Why do we need it?** Update packages in go.mod to pass `go list...
When cloning hyperdisks with a change of capacity e.g., 4Gi -> 5Gi. The change fails on `googleapi: Error 400: Requested provisioned IOPS cannot be smaller than 2500.` Resizing was fixed...