Tobi Nehrlich

Results 5 comments of Tobi Nehrlich

Requesting a review based on the reviewers of recent PRs /cc sgtcodfish wallrj inteon

@inteon, is there anything I can do to move this PR forward?

Workaround: Restarting the database first and then the provider-sql solves this issue.

This would introduce a breaking change for everyone currently configuring a registry as part of `.image.repository` like: ``` image: repository: registry.mycompany.com/rancher/local-path-provisioner ``` resulting in (broken): ``` image: "docker.io/registry.mycompany.com/rancher/local-path-provisioner:master-head" ``` We...