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
fd79010f
Commit
fd79010f
authored
Nov 16, 2015
by
Greg Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fix in daemons.md
DeamonSet->DaemonSet
parent
70d89a35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
daemons.md
docs/admin/daemons.md
+2
-2
No files found.
docs/admin/daemons.md
View file @
fd79010f
...
...
@@ -151,11 +151,11 @@ If node labels are changed, the DaemonSet will promptly add pods to newly matchi
pods from newly not-matching nodes.
You can modify the pods that a DaemonSet creates. However, pods do not allow all
fields to be updated. Also, the D
ea
monSet controller will use the original template the next
fields to be updated. Also, the D
ae
monSet controller will use the original template the next
time a node (even with the same name) is created.
You can delete a D
ea
monSet. If you specify
`--cascade=false`
with
`kubectl`
, then the pods
You can delete a D
ae
monSet. If you specify
`--cascade=false`
with
`kubectl`
, then the pods
will be left on the nodes. You can then create a new DaemonSet with a different template.
the new DaemonSet with the different template will recognize all the existing pods as having
matching labels. It will not modify or delete them despite a mismatch in the pod template.
...
...
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