-
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
add enable Endpoint Slices #17480
add enable Endpoint Slices #17480
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 |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 10c6760 https://deploy-preview-17480--kubernetes-io-master-staging.netlify.com |
@@ -59,6 +59,8 @@ endpoints: | |||
topology.kubernetes.io/zone: us-west2-a | |||
``` | |||
|
|||
Additionally, you must [enable Endpoint Slices](/docs/tasks/administer-cluster/enabling-endpoint-slices/#enabling-endpoint-slices) first. |
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.
How about moving this detail to the start of the main contents (say line 26)?
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.
Also, the link to the task is on line 91 of this page.
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.
@kbhawkey, is it better to introduce this at the start?
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.
@sftim, moving this to the start is ok.
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.
@lojies , this page introduces the alpha feature, Endpoint Slices, and does not necessarily provide steps to create a working example.
Also, it looks like this feature is changing to beta in 1.17. See PR #17411 . Looks like the task page is going away.
I don't think the page needs two links to the Endpoint Slices task page. If you want to add a statement about enabling the feature gate, you may want to add a bit more context.
Suggestions:
See the What's next section for information about enabling Endpoint Slices.
or
You can follow the Endpoint Slices task to enable the Endpoint Slices feature.
Page preview:
https://deploy-preview-17480--kubernetes-io-master-staging.netlify.com/docs/concepts/services-networking/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.
@kbhawkey , thanks for the suggestion.I will close this pr.
When running the example in page https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/ , it failed with errors like this:
Add enable Endpoint Slices.