mirror of
https://github.com/lingble/talos.git
synced 2025-12-16 04:27:19 +00:00
fix: add reboot flag to reset command
This exposes the reboot option for thee reset API by adding a `--reboot` flag to the CLI. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
@@ -16,6 +16,7 @@ osctl reset [flags]
|
||||
```
|
||||
--graceful if true, attempt to cordon/drain node and leave etcd (if applicable) (default true)
|
||||
-h, --help help for reset
|
||||
--reboot if true, reboot the node after resetting (default is to shutdown) (default true)
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
Reference in New Issue
Block a user