-
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
fix: Fix incorrect feature state in Topology Aware hints page #36828
fix: Fix incorrect feature state in Topology Aware hints page #36828
Conversation
Welcome @sergeyshevch! |
@mehabhalodiya @robscott |
{{< note >}} | ||
The "topology-aware hints" feature is at Beta stage and it is **NOT** enabled | ||
by default. To try out this feature, you have to enable the `TopologyAwareHints` | ||
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/). | ||
The "topology-aware hints" feature is at Beta stage, and it is **ENABLED** | ||
by default. | ||
{{< /note >}} |
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.
{{< note >}} | |
The "topology-aware hints" feature is at Beta stage and it is **NOT** enabled | |
by default. To try out this feature, you have to enable the `TopologyAwareHints` | |
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/). | |
The "topology-aware hints" feature is at Beta stage, and it is **ENABLED** | |
by default. | |
{{< /note >}} |
I'd omit the entire note. Alternatively, focus the note on what people should do if they are running Kubernetes v1.23 or earlier; my usual advice is “switch to the same page in the documentation for your actual Kubernetes version” (there is a version picker top-right).
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.
Updated and force pushed
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
1a462d7
to
259239f
Compare
{{< note >}} | ||
The "topology-aware hints" feature is at Beta stage and it is **NOT** enabled | ||
by default. To try out this feature, you have to enable the `TopologyAwareHints` | ||
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/). | ||
{{< /note >}} |
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 what the standard is here, but maybe we should clarify that the feature graduated to beta in 1.23 and the feature gate was enabled by default on 1.24+. Note that even when the feature gate is enabled, users still need to set the annotation to enable the feature on a Service.
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 shortcode we have doesn't capture a separate “enabled by default from release” value. Something we could add, or track as an enhancement.
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.
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.
About “enabled by default from release”
I guess that it is very useful information. But it should be tracked separately (I also will be happy to work on 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.
After this change, the website is less wrong. It's progress!
/lgtm
/approve
LGTM label has been added. Git tree hash: df7c22c77859a47a50124f315c39f74d241a46b8
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
@sftim Can you proceed with backporting this to 1.24? Or there are something that should be done from my side |
I think we also have to be very careful about the "enabled by default" terminology here. Although the feature gate is enabled by default, that just allows you to opt-in Services with an annotation. Users may get confused that "enabled by default" could mean the feature is enabled on all Services by default starting in 1.24. I think there may be other features with this same pattern. |
@robscott I guess its clearly described on https://kubernetes.io/docs/concepts/services-networking/topology-aware-hints/#using-topology-aware-hints section
But we also we can add more examples here |
Our policy given the number and mean age of issues against main is only to backport high-priority fixes. We'll consider review but it's not something that SIG Docs would particularly staff. |
For now, it's really unclear about this feature gate enablement. So I guess that backporting this to the 1.24 version can be really useful. At least for managed k8s users. I hope that we will get 1.24 by end of the year. But the release cycle of managed k8s is really delayed against k8s upstream. If it will be additional work for you, you can just give something like a guide and I will make it |
Ref: #36825
Fixed Incorrect feature state in Topology Aware hints documentation.
I'm currently unsure, maybe it will be better to completely remove this note or make
enabled
word not bold. Which style will be preferable in this case?