Todd
Todd
same error in Ubuntu 21.10. Seems upgrading it manually with the pip command solved it, though.
> Hi @CafeLungo - Please include the logs using `kubectl logs deployment/velero -n velero` (you can use a [gist](https://gist.github.com/) if they are too long). We will need those to see...
I'm sorry, but... what the hell is going on here? Try out orientdb -> use pyorient -> latest, and right off the bat I run into a non-starter because of...
Somewhat related to useful packages missing from the base image, the prometheus exporter is also missing: ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/gunicorn/arbiter.py", line 609, in spawn_worker worker.init_process() File...
I get a different error on my system (mac os 14.7.1) ``` asdf-plugin-manager add helm-docs [INFO] Adding: sed: first RE may not be empty ``` Keep in mind, Mac OS...
I found that if you make the prompt an empty string, it will skip the prompt. For example: ```yaml version: '3' tasks: foo: cmds: - task: bar vars: NOPROMPT: true...
Ok, I updated my loglevel to `-4`, and recreated my LoadBalancer service fresh. Here are the start-up logs on from kube-ds, on the node for which my service's pod is...
Sorry for the delayed response. I think that is part of the problem here, the chain is not getting created at all. The VIP is not getting assigned. And therefore...
is there some way to force the election host for a VIP to match the host the pod is running on? What if the deployment is scaled beyond 1?