-
Notifications
You must be signed in to change notification settings - Fork 15.1k
docs/reference: Add configuration links for node status update interv… #52621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs/reference: Add configuration links for node status update interv… #52621
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/sig docs |
95124b6
to
72602e1
Compare
72602e1
to
4301ed2
Compare
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
918e2a6
to
72602e1
Compare
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Fixes #52516
Summary of Change
This Pull Request improves the clarity and referenceability of the "Node Status" documentation by adding explicit links to the configuration parameters for the two key timing values mentioned in the "Heartbeats" section.
Details of the Fix
The paragraph previously stated the default times (5 minutes for Kubelet updates and 40 seconds for unreachability) without explaining how to change them.
The updated text now links directly to the relevant documentation pages:
nodeStatusUpdateFrequency
.kube-controller-manager
reference page for the--node-monitor-grace-period
flag.This resolves the long-standing request for better configuration guidance on this page.