add suggestion to use describe to obtain container names

This commit is contained in:
juanvallejo
2016-09-07 11:23:21 -04:00
parent e4424b8a04
commit f8cc2ab3b8
2 changed files with 15 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
NewCmdDescribe(f, out, err),
NewCmdLogs(f, out),
NewCmdAttach(f, in, out, err),
NewCmdExec(f, in, out, err),
NewCmdExec("kubectl", f, in, out, err),
NewCmdPortForward(f, out, err),
NewCmdProxy(f, out),
},