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
f1ffcd69
Commit
f1ffcd69
authored
May 26, 2015
by
Marek Biskup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix in rolling-update linkswq
parent
e2c4a01b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
secrets.md
docs/secrets.md
+2
-2
No files found.
docs/secrets.md
View file @
f1ffcd69
...
@@ -89,8 +89,8 @@ Once a pod is created, its secret volumes will not change, even if the secret
...
@@ -89,8 +89,8 @@ Once a pod is created, its secret volumes will not change, even if the secret
resource is modified. To change the secret used, the original pod must be
resource is modified. To change the secret used, the original pod must be
deleted, and a new pod (perhaps with an identical PodSpec) must be created.
deleted, and a new pod (perhaps with an identical PodSpec) must be created.
Therefore, updating a secret follows the same workflow as deploying a new
Therefore, updating a secret follows the same workflow as deploying a new
container image. The
`kubectl rollingupdate`
command can be used (
[
man
container image. The
`kubectl rolling
-
update`
command can be used (
[
man
page](kubectl
-rolling
update.md)).
page](kubectl
_rolling-
update.md)).
The resourceVersion of the secret is not specified when it is referenced.
The resourceVersion of the secret is not specified when it is referenced.
Therefore, if a secret is updated at about the same time as pods are starting,
Therefore, if a secret is updated at about the same time as pods are starting,
...
...
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