You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To my understanding, brace expansion is a shell feature, similar to how wildcards work. This is why it functions seamlessly with commands like kubectl uncordon, which inherently support processing multiple nodes at once.
In contrast, talosctl --nodes requires nodes to be explicitly separated by commas rather than spaces, which is your problem I think. as --nodes is a parameter which can only have one value
@nberlee is correct. This is a shell feature and the fact that nodes requires a comma between nodes. You can replace the space with a comma with something like this
Feature Request
Add brace expansion in talosctl
Description
It would be pretty handy to allow run commands like that:
The text was updated successfully, but these errors were encountered: