Remove deprecated kubectl command aliases kubectl run-container

This commit is contained in:
Pingan2017
2018-11-07 14:22:20 +08:00
parent 1f0f4cd7eb
commit 07696b6014
4 changed files with 0 additions and 9 deletions

View File

@@ -450,7 +450,6 @@ func NewKubectlCommand(in io.Reader, out, err io.Writer) *cobra.Command {
expose.NewCmdExposeService(f, ioStreams),
run.NewCmdRun(f, ioStreams),
set.NewCmdSet(f, ioStreams),
deprecatedAlias("run-container", run.NewCmdRun(f, ioStreams)),
},
},
{