Mike Deats
Mike Deats
**Is your feature request related to a problem? Please describe.** The [backend.getFactory](https://github.com/uber/kraken/blob/master/lib/backend/client.go#L36) function should be made public. This can allow backends to be written can instantiate any other backend implementation...
If there are no members in the hashring, calling the `AverageLoad()` function results in a "divide-by-zero" panic. Example, this will result in a `panic`: ``` package main import ( "fmt"...
The documentation should explain how to use the `-namespace` flag, and when to use it. * What version of the operator are you running? 0.6.0 * What version of Kubernetes...
I noticed you have no LICENSE file in your repo. Is your intent to make this available as an OSS project? If so, I recommend at a minimum adding an...
**Expected behavior and actual behavior:** I am attempting to copy an OCI image list from a public repo into Harbor. I am using [skopeo](https://github.com/containers/skopeo) to copy the entire image list,...
### Describe why this change is needed The published images are only built for AMD64. The use of ARM64 nodes (such as AWS' Graviton) are becoming increasingly common and this...
I know the documentation says only versions 2.5.2+, 2.4.7+, 2.3.9+ but I wanted to build with 3.2.4. When building with the `-PpostgisVersion=3.2.4` flag, my build is failing with the following...