Seán C. McCord
Seán C. McCord
Fixes #9 This is _one_ way to achieve the desired goal. It's simple, but it has a few downsides: - Serializes rollouts: only one rollout will occur at a time...
While you can preselect with slurp, there are situations where more refinement is useful. A cropping tool would be most handy.
## Feature Request Digital Ocean now allows you to easily add an image by URL, which would make the DO installation procedure much easier, but it only accepts the raw...
## Feature Request `talosctl` creates and uses two types of files in the user's home directory: - configuration - data Currently, these are mostly shoved into the non-standard `.talos` directory....
## Feature Request If a user is receiving their IPv6 address via SLAAC, it is very likely that they are _also_ expecting to receive routes via Router Advertisements. The default...
As part of the process following the #282 LabelSelector feature, we should automatically add some well-known labels to make things easier. Examples (not final, just ideas): - `sidero.dev/cpu-architecture` = `amd64`...
There are some concerns that some things are being missed when performing a `clusterctl move` command. Automated testing for this operation should be added.
In a follow-up to the #282 feature of standard Label Selectors, we should add the ability for users to specify custom labels which should be automatically applied to Servers which...
Previously, we created a new NATS subscription for each ARI subscription, which is inefficient for large numbers of similar subscriptions. (See Issue #26) With this change, we now retain a...
## Feature Request Especially since adding contexts can be automated, we should add a context remove CLI option, as well. `talosctl context remove XXXX` Ideally, this should allow glob patterns,...