mirror of
https://github.com/lingble/talos.git
synced 2025-11-19 23:45:15 +00:00
feat: add support for osctl logs -f
Now default is not to follow the logs (which is similar to `kubectl logs`). Integration test was added for `Logs()` API and `osctl logs` command. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
committed by
Andrew Rynhard
parent
509ec5b6ff
commit
edb40437ec
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/talos-systems/talos/internal/integration/base"
|
||||
)
|
||||
|
||||
// VersionSuite verifies version API
|
||||
// VersionSuite verifies version command
|
||||
type VersionSuite struct {
|
||||
base.CLISuite
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user