Kai Lüke

Results 424 comments of Kai Lüke

It kind of makes sense because one otherwise needs to use a pypy build or similar as Ansible bootstrap command. The Azure OEM extension already uses Python, and that means...

A problem with `pip` which has to run in a venv but venv creation fails: ``` python3 -m venv myenv Error: Command '['/home/core/myenv/bin/python3', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit...

Thanks for looking into this. I don't expect that we support every python dev flow but with venv and pip most things should be covered for running simple things. >...

The two failed tests are a problem with the CI setup, sorry for the confusion they cause. Would be nice if someone could finish the review here (Test pip venv,...

> Hello, there is an existing Igntion PR that should work at [coreos/ignition#1790](https://github.com/coreos/ignition/pull/1790). Could you include the Ignition PR into this one so we can do further testing? This needs...

Triggered a new build with the Ignition PR included

I think we can also enable the secondary keyring with `CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING` The other options mentioned in https://github.com/flatcar/Flatcar/issues/855 require a newer kernel Edit: Forgot we are on 6.1, so `CONFIG_INTEGRITY_MACHINE_KEYRING` should...

> Same as podman, we need to generate subuid / subgid Would be good to use the same approach as done there to make sure that the extensions don't conflict.

> Quality Assurance (ask a GCP user to test the image) I think `kola spawn` could be of use for that when started the same way Jenkins starts `kola run`

I think we need to add an ExecStartPre to one of the services to clean up state created from the old `setup-oem.service`. It had this: ``` ExecStart=-/usr/bin/ln --symbolic --force /usr/share/gce/hosts...