Results 226 comments of Florian Klink

I did some more observations - it seems the `--controlPlane` mode: > Enables kube-vip control-plane functionality …does try to ping whatever's on `${address}:${port}`, and if it's reachable, announce `${vip_address}` (and...

This is somewhat scary - how do you envision this to break?

That's right - didn't think about smartcards and such. Another idea - can we A) set `ControlMaster`and friends (to reuse a master connection when invoking `ssh` commands) B) open a...

The example is a bit complicated, but getting morph to work that way is really just about setting `nixpkgs.pkgs.system` and `nixpkgs.localSystem.system` for each machine in `deployment.nix`, isn't it?

@evidex Apart from that, `python3-venv` and `python -m venv` should probably be used instead.

Can this also be used to load kernel modules (let's say, zfs support)? The paths from https://github.com/talos-systems/extensions seem to suggest it's not…

There doesn't seem to be a generic pattern in talosctl to configure cli arguments with env vars. @haslersn probably best you provide a PR to start the discussion.

This should probably only apply to servers with multiple (functional) ttys. Headless VMs, or SBCs without a GPU should probably only show their console logs on the serial port (which...

I understand you don't want to implement every log push method on the planet. However, lines of json over TCP or UDP provides no encryption etc - which requires a...