-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Adding initial EndpointSlice documentation #16018
Conversation
@robscott: You must be a member of the kubernetes/website-milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Website milestone maintainers and have them propose you as an additional delegate for this responsibility. 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. |
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit d6377bd https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5d76866e0077f30008cabb84 |
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.
Nice work! Here's some feedback that I hope you find useful.
topology.kubernetes.io/zone: us-west2-a | ||
``` | ||
|
||
## Enabling Endpoint Slices |
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.
Consider moving this to a new Task page, leaving the Concept page short and readable.
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 moved this to a new task page, but I'm thinking that task page needs some work, seems fairly light/empty right now. Let me know if you have any ideas for how I could fill this out.
/milestone 1.16 |
a39b576
to
7903048
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.
Here's some more feedback; I hope it's helpful.
7903048
to
7639956
Compare
/lgtm |
/lgtm cancel |
@robscott The deadline to get this merged is Monday Sep 9. |
8fbb139
to
662748e
Compare
662748e
to
8903a64
Compare
@kbhawkey Thanks for all the help with this! I think it's ready for another review now if you've got time. |
8903a64
to
d6377bd
Compare
/lgtm From my review, it appears this is good to go. @kbhawkey @sftim if there was anything pending that you saw and I missed. Let's open up an issue and track. /cc @simplytunde |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jimangel 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 |
<!--more--> | ||
|
||
A scalable and extensible way to group network endpoints together. These can be | ||
used as by {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}} to |
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.
nit: used as by kube-proxy?
{{% capture overview %}} | ||
|
||
{{< feature-state for_k8s_version="v1.16" state="alpha" >}} | ||
{{< glossary_definition term_id="endpoint-slice" length="short" >}} |
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.
nit: Do you need this glossary definition here?
extensibility of network endpoints in your cluster. | ||
|
||
### Feature availability | ||
|
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.
@robscott, things look good.
nit: Do you need the section, Feature availability
? The feature is alpha
and you have several 1.16 labels already.
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 catching this! Should be resolved by #16267
Adding docs for EndpointSlices as described in the KEP and tracked by the enhancement issue.
Associated PRs:
/milestone 1.16
/hold
/sig network
cc @simplytunde