Add missing feature gates to docs and fix search bar#4618
Add missing feature gates to docs and fix search bar#4618zac-nixon merged 2 commits intokubernetes-sigs:mainfrom
Conversation
Add SubnetDiscoveryByReachability, NLBGatewayAPI, ALBGatewayAPI, and ALBTargetControlAgent to the feature gates documentation. Add EnableTCPUDPListener, EnableRGTAPI, NLBSecurityGroup, SubnetDiscoveryByReachability, NLBGatewayAPI, and ALBGatewayAPI to the helm chart values.yaml commented examples.
Update the custom header template to check for "material/search" instead of "search" in config plugins, matching the upstream mkdocs-material 9.5.31 template. Also enable search.suggest and search.highlight features.
|
Welcome @swibrow! |
|
Hi @swibrow. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: swibrow The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
Issue
Undocumented featuregates
Description
Added missing feature gates to the documentation and helm chart values:
docs/deploy/configurations.md - Added 4 missing feature gates:
helm/values.yaml - Added 5 missing commented examples:
docs/theme_overrides/partials/header.html - Fixed search bar not appearing by updating the plugin check from "search" to
"material/search" to match mkdocs-material 9.5.31.
Note: The default values for ALBGatewayAPI and NLBGatewayAPI are true in the source code, but I needed to explicitly set
ALBGatewayAPI: true in the helm values to get it working. The documented defaults may not reflect actual behavior — needs confirmation from maintainers.
This could have been fixed in the commit two days ago
Checklist
README.md, or thedocsdirectory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯