Add new section for configuring CORS in NGF#1735
Open
dhurley wants to merge 1 commit intongf-release-2.5from
Open
Add new section for configuring CORS in NGF#1735dhurley wants to merge 1 commit intongf-release-2.5from
dhurley wants to merge 1 commit intongf-release-2.5from
Conversation
✅ Deploy Preview will be available once build job completes!
|
sjberman
reviewed
Feb 18, 2026
| EOF | ||
| ``` | ||
|
|
||
| To confirm the application pods are availble, run `kubectl get`: |
Contributor
There was a problem hiding this comment.
Suggested change
| To confirm the application pods are availble, run `kubectl get`: | |
| To confirm the application pod is available, run `kubectl get`: |
| Confirm the Gateway was assigned an IP address and reports a `Programmed=True` status with `kubectl describe`: | ||
|
|
||
| ```shell | ||
| kubectl describe gateways.gateway.networking.k8s.io gateway | grep "Addresses:" -A2 |
Contributor
There was a problem hiding this comment.
In the previous line it says to check the status, but this command is going to filter that out.
|
|
||
| ## Deploy a HTTPRoute with the HTTPCORSFilter | ||
|
|
||
| In this example, the filter is applied to the `/coffee` path: run the following YAML with `kubectl apply` |
Contributor
There was a problem hiding this comment.
Suggested change
| In this example, the filter is applied to the `/coffee` path: run the following YAML with `kubectl apply` | |
| In this example, the filter is applied to the `/coffee` path. Run the following command to apply the route: |
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
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. ↩