lukemarsden
lukemarsden
tested locally, seems to be working
Hi, thanks for the charts! I'd appreciate it if you could bump the MLFlow chart to 1.8.0 please? Or I can try and do it :-) (I can also try...
It would be more usual to use forward slashes to indicate that this is a comment
S3G currently errors when trying to list or read objects in open commits: ``` 2021-11-11 05:52:37,366 - MainThread - botocore.parsers - DEBUG - Response body: b'\nInternalErrortimestamp: nil Timestamp/master.hello9afa06d0-853e-49d8-b7 ``` I...
Has anyone seen VM networking being very slow and flaky? This is with ignite 0.8.0. Speed test (python speedtest-cli package) outside the VM is 1gig+ ``` luke@phat:~$ /home/ubuntu/.local/bin/speedtest Retrieving speedtest.net...
what's the easiest way to get kernel headers into base images? out of the box, with ignite this fails like this: ``` root@15f66fdddbe70ea4:~# apt-get -y install linux-headers-$(uname -r) Reading package...
vms are running. `ignite ps` doesn't notice them! but `ignite inspect` is able to see them. compare docker's view of what's running: ``` $ for X in $(docker ps -aq);...
``` FROM weaveworks/ignite-ubuntu:20.04 RUN apt-get update && \ apt-get install -y docker.io iptables conntrack RUN apt-get install -y snapd selinux-utils selinux-policy-default RUN echo "SELINUX=disabled" > /etc/selinux/config ``` ``` snap install...
My ignite host got into this state just by starting some VMs concurrently when the kernel image hadn't been downloaded yet: ``` ubuntu@ns1003380:~/testfaster/backend$ sudo ignite kernel list KERNEL ID NAME...
I have an ignite host that's routinely hanging under load. Host becomes completely unresponsive, doesn't ping, SSH connections freeze and time out, no messages on ipmi console. Ubuntu 20.04. AMD...