-
Notifications
You must be signed in to change notification settings - Fork 714
HTTPRoute Status Not Updated After Adding Backend #415
Copy link
Copy link
Closed
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.kind/bugSomething isn't workingSomething isn't workingprovider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider
Milestone
Description
I create a gatewayclass, gateway, and httproute. EG surfaces an error:
2022-09-23T16:51:34.608Z ERROR controller/controller.go:326 Reconciler error {"runner": "provider", "controller": "httproute", "object": {"name":"httpbin","namespace":"default"}, "namespace": "default", "name": "httpbin", "reconcileID": "1d30e643-0896-4171-9323-7fc6aa75e865", "error": "failed to get service default/httpbin"}
I then create the backend service but the route's status is never updated:
...
status:
parents:
- conditions:
- lastTransitionTime: "2022-09-23T16:51:30Z"
message: Route is accepted
observedGeneration: 1
reason: Accepted
status: "True"
type: Accepted
- lastTransitionTime: "2022-09-23T16:51:30Z"
message: Service default/httpbin not found
observedGeneration: 1
reason: BackendNotFound
status: "False"
type: ResolvedRefs
controllerName: gateway.envoyproxy.io/gatewayclass-controller
parentRef:
group: gateway.networking.k8s.io
kind: Gateway
name: eg
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.kind/bugSomething isn't workingSomething isn't workingprovider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider