Artem Chernyshev
Artem Chernyshev
Make release.sh generate new BUSL license end date every time `commit` is called. Should update `kres` to support that.
This controller is slow when the count of machines is large. Especially after `MachineSetNode` resource got more finalizers.
The library should have boilerplate code for adding finalizers on the `MachineRequest`, copying labels from the `MachineRequest` to the `MachineRequestStatus`. It should use QTransform controller. Ideally it would be great...
If ops team needs to do some work on the managed controlplanes there should be a way to get into user's account. We should support several auth methods running at...
```[tasklist] ### Tasks - [ ] create a controller for handling machine request set which is created for managed control planes - [ ] https://github.com/siderolabs/omni/issues/550 - [ ] block Talos...
The resource might have an annotation which can not be added or removed by the user, and if it exists the resource should be readonly/partially writable. Users with godmode access...
The controller should take `MachineClassStatus` and `AutoscalingGroup` as the inputs. `MachineClassStatus` will provide machine pressure information, `AutoscalingGroup` will keep the configuration of the scaling: the number of machines to keep...
Do the similar thing in Omni: https://github.com/siderolabs/image-factory/pull/136 Related to: https://github.com/siderolabs/talos/issues/9086
Create clusters with 500 machines each (using machine classes). Join 1500 machines, wait for them to join. Analyze memory pressure, profile Omni. Run the tests using Talos emulator.