Add support for a 'log' command to kubectl.

This commit is contained in:
Brendan Burns
2014-11-02 19:51:05 -08:00
parent 808be2d13b
commit b0c5d3b022
2 changed files with 52 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ Find more information at https://github.com/GoogleCloudPlatform/kubernetes.`,
cmds.AddCommand(NewCmdUpdate(out))
cmds.AddCommand(NewCmdDelete(out))
cmds.AddCommand(NewCmdNamespace(out))
cmds.AddCommand(NewCmdLog(out))
if err := cmds.Execute(); err != nil {
os.Exit(1)