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
496dba08
Commit
496dba08
authored
Aug 02, 2017
by
tcharding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extraneous white space
parent
dd819b50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
delete.go
pkg/kubectl/cmd/delete.go
+4
-4
No files found.
pkg/kubectl/cmd/delete.go
View file @
496dba08
...
@@ -47,7 +47,7 @@ var (
...
@@ -47,7 +47,7 @@ var (
the --grace-period flag, or pass --now to set a grace-period of 1. Because these resources often
the --grace-period flag, or pass --now to set a grace-period of 1. Because these resources often
represent entities in the cluster, deletion may not be acknowledged immediately. If the node
represent entities in the cluster, deletion may not be acknowledged immediately. If the node
hosting a pod is down or cannot reach the API server, termination may take significantly longer
hosting a pod is down or cannot reach the API server, termination may take significantly longer
than the grace period. To force delete a resource,
you must pass a grace
period of 0 and specify
than the grace period. To force delete a resource,
you must pass a grace
period of 0 and specify
the --force flag.
the --force flag.
IMPORTANT: Force deleting pods does not wait for confirmation that the pod's processes have been
IMPORTANT: Force deleting pods does not wait for confirmation that the pod's processes have been
...
@@ -60,9 +60,9 @@ var (
...
@@ -60,9 +60,9 @@ var (
Also, if you force delete pods the scheduler may place new pods on those nodes before the node
Also, if you force delete pods the scheduler may place new pods on those nodes before the node
has released those resources and causing those pods to be evicted immediately.
has released those resources and causing those pods to be evicted immediately.
Note that the delete command does NOT do resource version checks, so if someone
Note that the delete command does NOT do resource version checks, so if someone
submits an
submits an update to a resource right when you submit a delete, their updat
e
update to a resource right when you submit a delete, their update will be lost along with th
e
will be lost along with the
rest of the resource.`
))
rest of the resource.`
))
delete_example
=
templates
.
Examples
(
i18n
.
T
(
`
delete_example
=
templates
.
Examples
(
i18n
.
T
(
`
# Delete a pod using the type and name specified in pod.json.
# Delete a pod using the type and name specified in pod.json.
...
...
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