-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Clarify topology aware hints needs explicit enabling #32413
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
Conversation
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.
/lgtm
costs, or to improve network performance. | ||
|
||
{{< note >}} | ||
The "topology-aware hints" feature is at Beta stage and it is NOT enabled |
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.
style nit:
The "topology-aware hints" feature is at Beta stage and it is NOT enabled | |
The "topology-aware hints" feature is at Beta stage and it is **not** enabled |
LGTM label has been added. Git tree hash: 3dad0a6216ad1a09230948984c8cd5aa9150e86b
|
✅ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 09ae2ba 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/6239adc12f94830007a07660 😎 Browse the preview: https://deploy-preview-32413--kubernetes-io-main-staging.netlify.app |
071465d
to
09ae2ba
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.
/lgtm
LGTM label has been added. Git tree hash: 6923db61c8b4e4eaa9eac8b0ae3cbac1ef155542
|
/approve |
[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 |
This PR resolves an issue that is raised when updating the TopologyAwareHints feature gate. The said feature gate is introduced as Beta in 1.23, but it is defaulted to false. This might be a surprise to users.
In 1.24, the gate is "back to normal", defaulted to true as a Beta feature (see #32361).