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
b56252e3
Commit
b56252e3
authored
Mar 19, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23161 from thockin/drain-help-typo
Auto commit by PR queue bot
parents
b9b3b5eb
1e5ce735
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
kubectl-drain.1
docs/man/man1/kubectl-drain.1
+1
-1
kubectl_drain.md
docs/user-guide/kubectl/kubectl_drain.md
+1
-1
drain.go
pkg/kubectl/cmd/drain.go
+1
-1
No files found.
docs/man/man1/kubectl-drain.1
View file @
b56252e3
...
@@ -21,7 +21,7 @@ Then drain deletes all pods except mirror pods (which cannot be deleted through
...
@@ -21,7 +21,7 @@ Then drain deletes all pods except mirror pods (which cannot be deleted through
the API server). If there are DaemonSet\-managed pods, drain will not proceed
the API server). If there are DaemonSet\-managed pods, drain will not proceed
without \-\-ignore\-daemonsets, and regardless it will not delete any
without \-\-ignore\-daemonsets, and regardless it will not delete any
DaemonSet\-managed pods, because those pods would be immediately replaced by the
DaemonSet\-managed pods, because those pods would be immediately replaced by the
DaemonSet controller, which ignores unschedulable mark
ni
gs. If there are any
DaemonSet controller, which ignores unschedulable mark
in
gs. If there are any
pods that are neither mirror pods nor managed\-\-by ReplicationController,
pods that are neither mirror pods nor managed\-\-by ReplicationController,
DaemonSet or Job\-\-, then drain will not delete any pods unless you use \-\-force.
DaemonSet or Job\-\-, then drain will not delete any pods unless you use \-\-force.
...
...
docs/user-guide/kubectl/kubectl_drain.md
View file @
b56252e3
...
@@ -46,7 +46,7 @@ Then drain deletes all pods except mirror pods (which cannot be deleted through
...
@@ -46,7 +46,7 @@ Then drain deletes all pods except mirror pods (which cannot be deleted through
the API server). If there are DaemonSet-managed pods, drain will not proceed
the API server). If there are DaemonSet-managed pods, drain will not proceed
without --ignore-daemonsets, and regardless it will not delete any
without --ignore-daemonsets, and regardless it will not delete any
DaemonSet-managed pods, because those pods would be immediately replaced by the
DaemonSet-managed pods, because those pods would be immediately replaced by the
DaemonSet controller, which ignores unschedulable mark
ni
gs. If there are any
DaemonSet controller, which ignores unschedulable mark
in
gs. If there are any
pods that are neither mirror pods nor managed--by ReplicationController,
pods that are neither mirror pods nor managed--by ReplicationController,
DaemonSet or Job--, then drain will not delete any pods unless you use --force.
DaemonSet or Job--, then drain will not delete any pods unless you use --force.
...
...
pkg/kubectl/cmd/drain.go
View file @
b56252e3
...
@@ -103,7 +103,7 @@ Then drain deletes all pods except mirror pods (which cannot be deleted through
...
@@ -103,7 +103,7 @@ Then drain deletes all pods except mirror pods (which cannot be deleted through
the API server). If there are DaemonSet-managed pods, drain will not proceed
the API server). If there are DaemonSet-managed pods, drain will not proceed
without --ignore-daemonsets, and regardless it will not delete any
without --ignore-daemonsets, and regardless it will not delete any
DaemonSet-managed pods, because those pods would be immediately replaced by the
DaemonSet-managed pods, because those pods would be immediately replaced by the
DaemonSet controller, which ignores unschedulable mark
ni
gs. If there are any
DaemonSet controller, which ignores unschedulable mark
in
gs. If there are any
pods that are neither mirror pods nor managed--by ReplicationController,
pods that are neither mirror pods nor managed--by ReplicationController,
DaemonSet or Job--, then drain will not delete any pods unless you use --force.
DaemonSet or Job--, then drain will not delete any pods unless you use --force.
...
...
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