Document VirtualServer routeSelector no-match warning (NIC) - #2301
Draft
promptless[bot] wants to merge 1 commit into
Draft
promptless[bot] wants to merge 1 commit into
promptless[bot] wants to merge 1 commit into
Conversation
Document that F5 NGINX Ingress Controller now emits a Warning event and sets a VirtualServer to State: Warning when its routeSelector matches no VirtualServerRoutes, instead of staying Valid with no event. Add a "Warning events" section to the VirtualServer troubleshooting page with the kubectl describe output, the conditions that cause the warning, and how to clear it. Add a cross-linked note in the routeSelector reference section. Documents nginx/kubernetes-ingress#10913.
✅ Deploy Preview will be available once build job completes!
|
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Documents nginx/kubernetes-ingress#10913 (which fixes nginx/kubernetes-ingress#10899): F5 NGINX Ingress Controller now emits a
Warningevent and sets a VirtualServer toState: Warningwhen itsrouteSelectormatches no VirtualServerRoutes. Previously such a VirtualServer stayedState: Validwith no event, so it silently served no routes for the selected paths — indistinguishable from a healthy VirtualServer. This aligns selector-based attachment with namedroute:attachment, which already warned.What changed:
content/nic/troubleshooting/troubleshoot-virtualserver.md: adds a "Warning events" subsection showing theWarning/AddedOrUpdatedWithWarningevent fromkubectl describe vs, the conditions that cause it (a selected VirtualServerRoute is deleted, itsingressClassNamechanges, or its labels change so they no longer match the selector), and how to clear it.content/nic/configuration/virtualserver-and-virtualserverroute-resources.md: adds a note in the RouteSelector reference section cross-linking to the new troubleshooting content.Notes for the reviewer:
mainbecause no NGINX Ingress Controller release branch exists and the source PR carries no milestone or version; retarget it if a release branch is cut.Checklist
Before sharing this pull request, I completed the following checklist:
Footnotes
Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content. ↩