Tuesday, February 18, 2020
Testing OpenShift with Kata using CRC 1.5.0.
First testing "normal" configuration, that already fails.
crc>oc new-app httpd-example[...] gunk here --> Success Access your application via route 'httpd-example-ddd-first-project.apps-crc.testing' Build scheduled, use 'oc logs -f bc/httpd-example' to track its progress. Run 'oc status' to view your app.
But then
crc> oc logs -f bc/httpd-exampleError from server (BadRequest): unable to wait for build httpd-example-1 to run: timed out waiting for the condition
Third try works (about one minute later). Either my machine is exceptionally slow (it often feels like it), or there is some weird timeout that I'm hitting.
I'm a bit concerned about doing experiments with Kubernetes and CRC at the same time. There is a risk that they step on one another's toes. Decided to move the Kubernetes experiments to another machine to minimize that risk. That will give me a third box to compare to. THat means I need to move big to Rawhide as well.
DNF update key issues (again)
Yet another key issue with dnf udpate on rawhide:
Public key for webkit2gtk3-jsc-2.27.90-2.fc33.x86_64.rpm is not installed. Failing package is: webkit2gtk3-jsc-2.27.90-2.fc33.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-32-x86_64Public key for ykpers-1.20.0-5.fc33.x86_64.rpm is not installed. Failing package is: ykpers-1.20.0-5.fc33.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-32-x86_64 The downloaded packages were saved in cache until the next successful transaction.
Trying again after dnf clean packages.

2016-2020 - Christophe de Dinechin