Andrey Smirnov
edf5c5e29b
fix: extfs repair and resize
...
Fixes #10103
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-01-13 13:04:33 +04:00
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
61b1489a0f
fix: order volume config by the requested size
...
This fixes an issue like that:
* the system disk is say 10GiB
* STATE is fixed 100 MiB always
* EPHEMERAL is configured to be min 6 GiB, max 100 GiB
As the EPHEMERAL/STATE provisioning order was not defined, EPHEMERAL
might be created first, occupying whole disk and leaving no space left
for STATE.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-12-11 18:35:11 +04:00
Dmitriy Matrenichev
c4724fc975
chore: add integration tests for image-cache
...
Provide separate `integration/image-cache` tag.
Closes #9860
Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2024-12-06 20:28:34 +03:00
Andrey Smirnov
7d6507189f
feat: implement new address sorting algorithm
...
Fixes #9725
See #9749
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-12-05 14:38:46 +04:00
Noel Georgi
942962bf00
docs: add docs on usernamespace support in k8s
...
Add docs and test for usernamespaces support in Kubernetes.
Fixes : #8554
Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-11-07 22:09:02 +05:30
Noel Georgi
db248de88d
chore(ci): add config for lldpd extension
...
Add `ExtensionServiceConfig` for lldpd extension.
Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-10-16 17:08:33 +05:30
Noel Georgi
dec653bfe1
chore: better lvm2 tests
...
Use LVM2 tests that relies on module loading by lvm.
Fixes : #9300
Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-10-01 16:08:44 +04:00
Andrey Smirnov
3038ccfa88
feat: add configuration for EPHEMERAL volume
...
Fixes #9261
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-09-06 14:11:35 +04:00
Noel Georgi
8fe39eacba
chore: move csi tests as go test
...
Move rook-ceph CSI tests as go tests.
This allows us to add more CSI tests in the future.
Fixes : #9135
Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-08-26 18:18:09 +05:30