talos/website/content/docs/v0.14/Reference
Andrey Smirnov a76f6d69db
feat: allow kubelet to be restarted and provide negative nodeIP subnets
Fixes #4407 fixes #4489

This PR started by enabling simple restart of the `kubelet` service via
services API, but it turned out there's a problem:

When kubelet restarts, CNI is already up, so there's an interface on the
host with CNI node IP, the code which picks kubelet node IP finds it and
tries to add it to the list of kubelet node IPs which completely breaks
kubelet.

Solution was easy: allow node IPs to be filtered out - e.g. we never
want kubelet node IP to be from the pod CIDR.

But this filtering feature is also useful in other cases, so I added
that as well.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2021-11-15 15:43:34 +03:00
..
api.md chore: remove interfaces and routes APIs 2021-10-27 15:34:17 +03:00
cli.md feat: update k8s to 1.23.0-alpha.4 2021-11-08 19:37:25 +00:00
configuration.md feat: allow kubelet to be restarted and provide negative nodeIP subnets 2021-11-15 15:43:34 +03:00
kernel.md docs: create docs for Talos 0.14 2021-10-14 15:42:24 +03:00
platform.md docs: create docs for Talos 0.14 2021-10-14 15:42:24 +03:00