Better support for Talos ISO downloads.

This commit is contained in:
2025-10-12 20:16:17 +00:00
parent 772e324d89
commit 0307e4610e
4 changed files with 410 additions and 26 deletions

View File

@@ -70,6 +70,7 @@ func init() {
rootCmd.AddCommand(secretCmd)
rootCmd.AddCommand(nodeCmd)
rootCmd.AddCommand(pxeCmd)
rootCmd.AddCommand(isoCmd)
rootCmd.AddCommand(clusterCmd)
rootCmd.AddCommand(serviceCmd)
rootCmd.AddCommand(appCmd)