Christophe de Dinechin
Christophe de Dinechin
Some progress on the `ssh` error: ``` error: cannot run ssh: No such file or directory fatal: unable to fork Failed at 566: bash ${script_dir}/../../../ci/install_rust.sh ${RUST_VERSION} make: *** [Makefile:93: /home/kata/go/src/github.com/kata-containers/kata-containers/tools/osbuilder/.ubuntu_rootfs.done]...
I still get k8s errors due to swap being active: ``` [preflight] Running pre-flight checks error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR Swap]: running with swap on...
> Any update on this @c3d? @jodh-intel So far, I have hit two issues that make it hard for me to get this to serve my own purpose: 1. On...
> hi everyone, I don't generally mind if you use part of the work available at https://github.com/alicefr/kata-local-ci-setup. I'd just love if you could please reference the work and give some...
> > Also, as it's based on libvirt, I wonder why not taking advantage of things like ... kcli, for instance? > > Partially answering my own question, I noticed...
Still making slow progress on that one. After a successful setup, I now get this error on testing: ``` [reset] Deleting contents of stateful directories: [/var/lib/etcd /var/lib/kubelet /var/lib/dockershim /var/run/kubernetes /var/lib/cni]...
After getting a better network at home, I finally had some success with the script: ``` * STEP: start kata-monitor OK: start kata-monitor (131387) * STEP: kata-monitor cache update checks...
The cached version still fails, although the good news is that it fails in less than 3 minutes (as opposed to ~50 minutes for the original run), so this suggests...
Apparently, part of the problem is that when the VM image is restored, the time in the VM is not correct. I get this kind of errors along the way:...
In order to sync, the correct approach seems to be `hwclock --hctosys`. Also tried `chronyc makestep`, but that does not seem sufficient. The container builds now work, even with `podman`.