Andrey Smirnov
7d39b9ec2b
feat: remove cgroupsv1 in non-container mode
...
Following up on deprecation in Talos 1.9, remove it completely for Talos
1.10.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-12-18 18:48:11 +04:00
Andrey Smirnov
534b0ce183
feat: update runc to 1.2.0 final
...
Via pks.
See https://github.com/opencontainers/runc/releases/tag/v1.2.0
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-10-22 16:47:24 +04:00
Andrey Smirnov
3c9f7a7de6
chore: re-enable nolintlint and typecheck linters
...
Drop startup/rand.go, as since Go 1.20 `rand.Seed` is done
automatically.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2023-08-25 01:05:41 +04:00
Dmitriy Matrenichev
c4a1ca8d61
chore: remove <-errCh where possible in grpc methods
...
Simplify code by passing error directly into the pipe closer.
Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2023-08-07 22:28:58 +03:00
Andrey Smirnov
1cfb6188bc
feat: implement support for cgroupsv1
...
Use boot kernel arg `talos.unified_cgroup_hierarchy=0` to force Talos to
use cgroups v1. Talos still defaults to cgroupsv2.
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-11-11 15:49:25 +04:00