Floren Munteanu
Floren Munteanu
> I'm not sure what you expect from me. I apologize, I thought you are a maintainer.
@aaroninks I'm unable to import a Trezor backup, probably because latest SLIP-39 is not present into Keystone firmware. See https://github.com/KeystoneHQ/keystone3-firmware/issues/1506.
Are the devs looking into this? This is blocker for importing Trezor SLIP-39 seed phrases, I have a difficult time why this is not addressed quickly.
@pelwell any update on the decision? I believe @vescoc provided a good argument.
@brandond, I'm looking at the `server` [documentation](https://docs.k3s.io/cli/server) and I cannot see a `node-ip` option. Is this inherited automatically from `agent` `node-ip` (in other words, I can define it in both...
Thank you @brandond, I'm running the server on 3 control-planes and agent on 5 workers. I'll set the `node-ip: specific-node-ip-address-here` into each node `/etc/rancher/k3s/config.yaml`.
I just tried to set the `node-ip` on server config.yaml and is complaining, I cannot start the service. Looks like I have to set the `bind-address` on server and `node-ip`...
@brandond I need to set the bind-address because I'm running HAProxy on two of control-planes. ``` # kubectl get nodes -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE...
Firewall is disabled, running Ubuntu LTS 24.04 on all nodes. I'm going to set an `address` on `kubelet-arg` and see if anything changes.
@brandond this actually breaks the service but gives some clarity where the issue might be: `Error getting the current node from lister" err="node \"chaos\" not found"` Ubuntu is setting the...