-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Correct out-of-service taint link to non-graceful node shutdown #51354
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
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
dipesh-rawat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nixpanic Thanks for your contribution. It appears that this PR includes changes to files across multiple languages (English and Chinese). However, docs follows different processes for each localization, and we typically don't accept pull requests that impact multiple languages simultaneously. I would recommend modify only the primary website content (which means only English content) initially with this PR. Localization updates can be addressed separately after merge of English content.
|
Explicit hold until this PR only covers one language. |
The non-graceful shutdown documentation has been moved, this link now pointed to a non-existing paragraph. The node shutdown documentation is part of the cluster-administration guide, so point readers there.
45d35cb to
e240e2a
Compare
Thanks @dipesh-rawat, I've dropped the change in the Chinese translation. |
|
/remove-language zh |
|
/remove-area localization |
dipesh-rawat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/approve
|
|
||
| {{< caution >}} | ||
| Refer to [Non-graceful node shutdown](/docs/concepts/architecture/nodes/#non-graceful-node-shutdown) | ||
| Refer to [Non-graceful node shutdown](/docs/concepts/cluster-administration/node-shutdown/#non-graceful-node-shutdown) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updated link looks correct.
Preview Page
/lgtm
|
LGTM label has been added. Git tree hash: ae70be10c385903a5dddc121066fa66b92dcc2ea
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dipesh-rawat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
The non-graceful shutdown documentation has been moved, this link now pointed to a non-existing paragraph.
The node shutdown documentation is part of the cluster-administration guide, so point readers there.