Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1cdc918e
Unverified
Commit
1cdc918e
authored
Nov 16, 2018
by
k8s-ci-robot
Committed by
GitHub
Nov 16, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #70728 from Pingan2017/remove-kubectl-run-container
Remove deprecated kubectl command aliases 'run-container'
parents
a856c7ab
07696b60
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
9 deletions
+0
-9
.generated_docs
docs/.generated_docs
+0
-2
kubectl-run-container.1
docs/man/man1/kubectl-run-container.1
+0
-3
kubectl_run-container.yaml
docs/yaml/kubectl/kubectl_run-container.yaml
+0
-3
cmd.go
pkg/kubectl/cmd/cmd.go
+0
-1
No files found.
docs/.generated_docs
View file @
1cdc918e
...
...
@@ -265,7 +265,6 @@ docs/man/man1/kubectl-rollout-resume.1
docs/man/man1/kubectl-rollout-status.1
docs/man/man1/kubectl-rollout-undo.1
docs/man/man1/kubectl-rollout.1
docs/man/man1/kubectl-run-container.1
docs/man/man1/kubectl-run.1
docs/man/man1/kubectl-scale.1
docs/man/man1/kubectl-set-env.1
...
...
@@ -418,7 +417,6 @@ docs/yaml/kubectl/kubectl_proxy.yaml
docs/yaml/kubectl/kubectl_replace.yaml
docs/yaml/kubectl/kubectl_rolling-update.yaml
docs/yaml/kubectl/kubectl_rollout.yaml
docs/yaml/kubectl/kubectl_run-container.yaml
docs/yaml/kubectl/kubectl_run.yaml
docs/yaml/kubectl/kubectl_scale.yaml
docs/yaml/kubectl/kubectl_set.yaml
...
...
docs/man/man1/kubectl-run-container.1
deleted
100644 → 0
View file @
a856c7ab
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.
docs/yaml/kubectl/kubectl_run-container.yaml
deleted
100644 → 0
View file @
a856c7ab
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.
pkg/kubectl/cmd/cmd.go
View file @
1cdc918e
...
...
@@ -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
)),
},
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment