-
Given GEP-957 where one can define E.g. given the example below, what should be set in the route status? ---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: gateway1
spec:
gatewayClassName: gatewayclass1
listeners:
- name: http
protocol: HTTP
port: 80
hostname: hostname0.example
---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: httpbin
namespace: default
annotations:
konghq.com/strip-path: "true"
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: gateway1
port: 81
hostnames:
- hostname1.example
rules:
- backendRefs:
- kind: Service
name: httpbin
port: 80
weight: 1
matches:
- path:
type: PathPrefix
value: /httpbin I've noticed there is already an open discussion on similar topic : #1445 but it doesn't touch this particular case. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I think that this one just needs a new Reason for the |
Beta Was this translation helpful? Give feedback.
-
I think this will be resolved by #1516, but unfortunately I don't see a great way to close this one out. |
Beta Was this translation helpful? Give feedback.
-
This ended up being more of an issue to track than a discussion that was needed, as such I created #1532 and #1516 should resolve it. Please add follow-up comments there. |
Beta Was this translation helpful? Give feedback.
This ended up being more of an issue to track than a discussion that was needed, as such I created #1532 and #1516 should resolve it. Please add follow-up comments there.