kraken
kraken copied to clipboard
P2P Docker registry capable of distributing TBs of data in seconds
**Describe the bug** I followed the setup via [Helm](https://github.com/uber/kraken/blob/master/examples/k8s/README.md). minikube version: ``` v1.12.1 ``` kubernetes version: ``` "v1.18.3" ``` Started cluster via ``` helm install --generate-name ./helm ``` ``` NAME...
Signed-off-by: Garrybest Now we only get local IP from `eth0` and `ib0`. However, in my cloud environment, all containers are using `eth1` as their network interface. So I think we'd...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Install microk8s, helm, and kubectl `git clone https://github.com/uber/kraken.git` `cd kraken && helm install name=kraken-demo ./helm`...
Hi folks, I've enabled the kraken-proxy server required for preheat (e.g. with Harbor) on port 81. Also, I've added the option to override the `allowed_cidrs` from the helm values, this...
The current values in the helm/values.yaml will not work with the current kubeconfig in examples/k8s/. This is because busybox would not be in the temp/files directory hence the registry will...
UPDATE:shoudl-->should
Hello I am trying to download the database using the command (metawrap_prokka) [suresh@node4 2.Clean]$ kraken-build --standard --threads 50 --db standard Error Message: Found jellyfish v1.1.12 --2021-12-20 10:44:08-- ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/accession2taxid/nucl_gb.accession2taxid.gz => ‘nucl_gb.accession2taxid.gz’...
Hello guys! Can you clarify to me: Is your project alive or not? I know that you closed Makisu project and I am afraid that you soon will close this...
Bumps [babel](https://github.com/python-babel/babel) from 2.7.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
**Describe the bug** Currently if you are running in a dual-stack IPv4/6 cluster with emphasis on IPv6, kraken is unable to run. The major issue resides here: https://github.com/uber/kraken/blob/master/lib/hostlist/config.go#L102 It resolves...