Omer Tuchfeld
Omer Tuchfeld
Looks like it's still 1.21 on this project's `go.mod`: https://github.com/kubernetes/cloud-provider-gcp//blob/baff5fc401bde5e3149cd292967c0cab567f3b9d/go.mod#L3
Forced push to refresh seemingly stuck `EasyCLA` check (Also rebased)
/lgtm (at least for the parts I'm familiar with)
Could you clarify the user story here? I think I get it but I'm not sure
Sorry @cgwalters , accidentally pushed the rebase to your fork instead of mine ~EDIT: undid it, continuing my rebase efforts on https://github.com/omertuc/bootc/tree/137clone~ EDIT2: Continuing here
Rebased. Without any changes, I'm facing an issue where in an ostree system, the mounted `/` on the host system is an overlay (`-v` mounted into `/:/target`) and so the...
With additional `-v /sysroot:/target -v /sysroot:/target/sysroot` mounts instead of `-v /:/target` and `--stateroot foo`, this seems to work
@cgwalters thoughts on the above mounts? Do we want to require them for install on ostree targets, or should I figure out a way to make this work without them,...
> > and so the findmnt source for it is overlay rather than a /dev/... and so it trips up lsblk later on > > We should learn how to...
The current experience is: ```bash echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTVytyhnSfX20smAsNKYG5Zpz6vSzDZu22S8PCDJ2Iw omer" > authkeys sudo podman run --rm --privileged -v $PWD/authkeys:/authkeys -v /dev:/dev -v /var/lib/containers:/var/lib/containers -v /:/target --pid=host --security-opt label=type:unconfined_t -e RUST_LOG=trace quay.io/otuchfel/bootc:latest...