-
Notifications
You must be signed in to change notification settings - Fork 203
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
[doc] Add docs of node service #434
Conversation
✅ Deploy Preview for k8s-kwok canceled.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wzshiming 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 |
02ef678
to
5c375f0
Compare
/cc @nikola-jokic I have prepared documentation for the mock node service, as the functionality is not quite finished yet, it could help to see if there are any problems with the logic and functional description, could you have time to review it? |
@wzshiming: GitHub didn't allow me to request PR reviews from the following users: nikola-jokic. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
5c375f0
to
9507e6b
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.
only some grammar issues
Let's kick this in except it has some /lgtm |
``` | ||
|
||
To attach a container, you can set the `attaches` field in the spec section of an Attach resource. | ||
The `containers` field is used to match an item in the `attaches` field. If the `containers` field is not set, the `attaches` item will default to all containers. |
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 only thing I would add here is what does it mean to attach to all containers? Kubectl will default to the first one if no annotation is being set. Should we replicate that logic if no containers are specified?
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.
I got lost in notifications and am now updated.
a9b94ea
to
d475cc0
Compare
New changes are detected. LGTM label has been removed. |
d475cc0
to
30a4e6f
Compare
30a4e6f
to
fc6348a
Compare
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #162
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: