Created
April 2, 2026 19:06
-
-
Save Robbilie/77455e1081b73e408221875c8bf86b3e to your computer and use it in GitHub Desktop.
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
| kubectl describe gateways.gateway.networking.k8s.io -n ngf-gatewayapi-ns gateway | |
| Name: gateway | |
| Namespace: ngf-gatewayapi-ns | |
| Labels: <none> | |
| Annotations: <none> | |
| API Version: gateway.networking.k8s.io/v1 | |
| Kind: Gateway | |
| Metadata: | |
| Creation Timestamp: 2026-03-03T15:50:18Z | |
| Generation: 1 | |
| Resource Version: 4461945 | |
| UID: b55aabf0-2661-4313-853a-c0463603315c | |
| Spec: | |
| Gateway Class Name: nginx | |
| Listeners: | |
| Allowed Routes: | |
| Namespaces: | |
| From: All | |
| Name: http | |
| Port: 80 | |
| Protocol: HTTP | |
| Status: | |
| Addresses: | |
| Type: IPAddress | |
| Value: 10.96.104.94 | |
| Conditions: | |
| Last Transition Time: 2026-04-02T17:29:25Z | |
| Message: The Gateway is accepted | |
| Observed Generation: 1 | |
| Reason: Accepted | |
| Status: True | |
| Type: Accepted | |
| Last Transition Time: 2026-04-02T17:29:25Z | |
| Message: The Gateway is programmed | |
| Observed Generation: 1 | |
| Reason: Programmed | |
| Status: True | |
| Type: Programmed | |
| Listeners: | |
| Attached Routes: 2 | |
| Conditions: | |
| Last Transition Time: 2026-04-02T17:29:25Z | |
| Message: The Listener is accepted | |
| Observed Generation: 1 | |
| Reason: Accepted | |
| Status: True | |
| Type: Accepted | |
| Last Transition Time: 2026-04-02T17:29:25Z | |
| Message: The Listener is programmed | |
| Observed Generation: 1 | |
| Reason: Programmed | |
| Status: True | |
| Type: Programmed | |
| Last Transition Time: 2026-04-02T17:29:25Z | |
| Message: All references are resolved | |
| Observed Generation: 1 | |
| Reason: ResolvedRefs | |
| Status: True | |
| Type: ResolvedRefs | |
| Last Transition Time: 2026-04-02T17:29:25Z | |
| Message: No conflicts | |
| Observed Generation: 1 | |
| Reason: NoConflicts | |
| Status: False | |
| Type: Conflicted | |
| Name: http | |
| Supported Kinds: | |
| Group: gateway.networking.k8s.io | |
| Kind: HTTPRoute | |
| Group: gateway.networking.k8s.io | |
| Kind: GRPCRoute | |
| Events: <none> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment