Merge pull request #70728 from Pingan2017/remove-kubectl-run-container

Remove deprecated kubectl command aliases 'run-container'
This commit is contained in:
k8s-ci-robot
2018-11-16 01:53:11 -08:00
committed by GitHub
4 changed files with 0 additions and 9 deletions

View File

@@ -452,7 +452,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)),
},
},
{