kube-storage-version-migrator
kube-storage-version-migrator copied to clipboard
Refs https://github.com/kubernetes/enhancements/pull/2460
Talked with @caesarxuchao. There are a few potential performance improvement we can do to the migrator controller: - [ ] Don't [retry on UPDATE conflict](https://github.com/kubernetes-sigs/kube-storage-version-migrator/blob/78600c35396b3992e058163885a16d677bcb3ee8/pkg/migrator/errors.go#L66-L67). A [conflict](https://github.com/kubernetes-sigs/kube-storage-version-migrator/blob/78600c35396b3992e058163885a16d677bcb3ee8/pkg/migrator/core.go#L243-L247) means the object...
Signed-off-by: amolmote FIxes #108
This is a very simple PR to circumvent running in an infinite loop while migrating a single resource. We encounter this with gatekeeper, which has denied certain migration leaving us...
## Bug Report *Problem* [This page ](https://github.com/kubernetes-sigs/kube-storage-version-migrator/blob/master/CONTRIBUTING.md) has one broken link of `contributor cheat sheet` which needs to fix. *solution* need to locate the correct path of README. /assign /kind...