Charles Rodriguez

Results 5 issues of Charles Rodriguez

The Dockerfile could allow both for a quick deployment of `anime-dl` and aide the installation of a bare-metal/desktop instance. After encountering a possible occurrence of Issue 28, [ImportError: No module...

**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`...

Greetings! I've tried several ways of passing the OPENAI_API_KEY First, here is the Dockerfile: Dockerfile ```Dockerfile FROM bitnami/git:latest as clone RUN git clone https://github.com/geekan/MetaGPT.git FROM bitnami/node:latest COPY --from=clone MetaGPT/ ....

**Is your feature request related to a problem? Please describe.** Problem: Attempting to update kube-api args to add OIDC login capabilities. **Describe the solution you'd like** Either: - Documentation on...

documentation
enhancement

**Expected behavior** k3s.yaml to still be written ( which appears to be the evidence the k3s successfully installed ) **Describe the bug** `kubectl get pods -A` returns connection refused, even...

bug
triage
unconfirmed