Robin Elfrink
Robin Elfrink
I think the build system is missing `gpgme`, which is needed to build the `gpgme` go package. I've changed this PR to draft and will try some commits to make...
I've added some tags to the build as suggested in https://github.com/containers/podman/issues/12548. There's still an error from the linter, which I don't understand: ``` #0 24.30 level=error msg="Running error: 1 error...
> I'd appreciate if anyone with more go-knowledge could explain what I'm doing wrong here... Never mind; I had to add the build tags to `golinter-ci` too.
> I am looking forward to this pr-- how is it going? Lack of time. I'll get back to this PR soonish.
This PR has been overtaken by time; Podman will happily run a Talos cluster. Tested with Podman v4.2.0 and Talos v1.2.3: ```shell $ sudo DOCKER_HOST=unix:///run/podman/podman.sock talosctl cluster create --provisioner docker...
> Hey @robinelfrink, thanks for your PR! I think I need to put some more thought into it before merging this PR. Ideally we would maintain only one set of...
Hi @dani-santos-code, > hi, @robinelfrink ! thank you for your contribution. Can you sign the CLA here? https://cla.shopify.com/ No, I cannot. The form wants my home address. I don't see...
We're hitting this as well, looks like [this](https://knowledge.broadcom.com/external/article?articleId=398148) (and [this](https://access.redhat.com/solutions/7121615)). In our case the backend is vSAN. Nothing Talos can do about it.
Hi @clementnuss, Thanks for this addition. Can you improve compatibility with the original vmtoolsd? Currently if the command returns an error the program will exit with `panic()`, resulting in an...
This is a tiny bit cleaner: ``` RunE: func(cmd *cobra.Command, args []string) error { if viper.IsSet(flagRPCCmd) { err := executeRPC(viper.GetString(flagRPCCmd)) if err != nil { os.Exit(1) } } return nil...