Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
271be92b
Unverified
Commit
271be92b
authored
3 years ago
by
Hamed Bahadorzadeh
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update kubernetes-reliability.md (#7724)
It's a minor change, I just corrected `–` char to `-`.
parent
a31baf3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/kubernetes-reliability.md
+3
-3
3 additions, 3 deletions
docs/kubernetes-reliability.md
with
3 additions
and
3 deletions
docs/kubernetes-reliability.md
+
3
−
3
View file @
271be92b
...
...
@@ -56,7 +56,7 @@ services so pods from failed node won't be accessible anymore.
## Fast Update and Fast Reaction
If
`-
–
node-status-update-frequency`
is set to
**4s**
(10s is default).
If
`-
-
node-status-update-frequency`
is set to
**4s**
(10s is default).
`--node-monitor-period`
to
**2s**
(5s is default).
`--node-monitor-grace-period`
to
**20s**
(40s is default).
`--default-not-ready-toleration-seconds`
and
``--default-unreachable-toleration-seconds``
are set to
**30**
...
...
@@ -78,7 +78,7 @@ minute which may require large etcd containers or even dedicated nodes for etcd.
## Medium Update and Average Reaction
Let's set
`-
–
node-status-update-frequency`
to
**20s**
Let's set
`-
-
node-status-update-frequency`
to
**20s**
`--node-monitor-grace-period`
to
**2m**
and
`--default-not-ready-toleration-seconds`
and
``--default-unreachable-toleration-seconds``
to
**60**
.
In that case, Kubelet will try to update status every 20s. So, it will be 6
*
5
...
...
@@ -94,7 +94,7 @@ etcd updates per minute.
## Low Update and Slow reaction
Let's set
`-
–
node-status-update-frequency`
to
**1m**
.
Let's set
`-
-
node-status-update-frequency`
to
**1m**
.
`--node-monitor-grace-period`
will set to
**5m**
and
`--default-not-ready-toleration-seconds`
and
``--default-unreachable-toleration-seconds``
to
**60**
. In this scenario, every kubelet will try to update the status
every minute. There will be 5
*
5 = 25 attempts before unhealthy status. After 5m,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment