-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Move node shutdown section to cluster-administration #45996
Move node shutdown section to cluster-administration #45996
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
FYI @reylejano |
reviewers: | ||
- reylejano | ||
title: Nodes |
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.
Try this:
reviewers: | |
- reylejano | |
title: Nodes | |
title: Node Shutdowns |
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.
(You could change the filename to match)
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 for reviewing.
Do you mean change nodes.md
to nodes_shutdown.md
? What if somebody wants to add more node-related content under the same section, do they have to create a new nodes_foo.md
file?
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.
node-shutdown.md
with a -
, but yes. Having another page in the section about nodes is very likely; we already have one, and there are plans to rename it.
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.
Done. Thanks
a556c1f
to
6887bd4
Compare
6887bd4
to
372322b
Compare
api_metadata: | ||
- kind: "Node" |
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 api-metadata
section needs a apiVersion
field to be complete. Let's either add it in (preferred option) or consider removing the api-metadata
section altogether from this new page.
Below is a suggestion on how it would look with the addition.
api_metadata: | |
- kind: "Node" | |
api_metadata: | |
- apiVersion: "v1" | |
kind: "Node" |
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.
Done. Thanks
372322b
to
5a1c768
Compare
5a1c768
to
5d06286
Compare
content/en/docs/concepts/cluster-administration/node-shutdown.md
Outdated
Show resolved
Hide resolved
Update doc title Rename file/update link Update api_metadata Update what's next Remove api_metadata, add tootip
5d06286
to
f32bcaf
Compare
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
/lgtm
--- | ||
title: Node Shutdowns | ||
content_type: concept | ||
weight: 10 |
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.
Not sure about this, but the number isn't used right now.
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.
Should I remove the weight
line?
LGTM label has been added. Git tree hash: 19060840abfd9c6a1c105e62207ddd09dbd950dc
|
Thank you |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: reylejano 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 |
Move graceful/non-graceful node shutdown section from
concepts/architecture/nodes.md
toconcepts/cluster-administration/nodes.md
. Fixes #45690