Tom Wieczorek
Tom Wieczorek
I have a similar, but non-identical problem as reported in #658 when managing google-drive-ocamlfuse via systemd. I followed the automounting example from the docs folder. When I stop the service...
https://gitlab.com/libvirt/libvirt/-/blob/v8.1.0/src/conf/network_conf.c#L516-L522 https://libvirt.org/formatnetwork.html#elementsAddress The IPv6 host element differs slightly from that for IPv4: there is no mac attribute since a MAC address has no defined meaning in IPv6.
I have a lot of usages for retry-go (still 3.0.0) along the lines of "retry this until it succeeds or the context is done, returning the last encountered error if...
Issue Type: Bug I noticed that any comments I added to Pull Requests didn't show up in GitHub. I checked the plugin details page and found this: > Uncaught Errors...
Fixes #226
I'd like to be able to use multiple keys to authenticate (i.e. have a backup key in case one gets lost / breaks). The [documentation](https://developers.yubico.com/yubico-pam/#_individual_authorization_mapping_by_user) mentions that a user's mapping...
Upgrading a cluster from one node to three nodes failed with the following log line: > level=fatal msg="upload failed: Process exited with status 1 (tee: /usr/local/bin/k0s: Text file busy\n)" Target...
k0sctl 0.13.0-rc.1 will sometimes try to install the k0s service when it's already installed. This fails at least on OpenRC: > time="29 Mar 22 16:08 CEST" level=info msg="[ssh] 10.83.134.82:22: installing...
Since [v1.22.1+k0s.0](https://docs.k0sproject.io/v1.23.5+k0s.0/external-runtime-deps/#other-dependencies-in-previous-versions-of-k0s), k0s doesn't require the iptables package anymore. Would be nice if k0sctl could accommodate for that.