envoyproxy / envoyproxy/gateway

Should a Gateway Listener Surface Programmed=True if the Gateway Surfaces Programmed=False

Offen
#812 3 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
kind/question stale
Vorherrschende Sprache
Go
Sterne
3k
Forks
864
Ø Merge
2 T. 2 Std.
Gemergte PRs (30 T.)
140

Beschreibung

Should a Gateway listener surface a `Programmed: True` status condition if the Gateway is surfacing `Programmed: False`?

```
$ kubectl get gateway/eg -o yaml
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: eg
namespace: default
spec:
gatewayClassName: eg
listeners:
- allowedRoutes:
namespaces:
from: Same
name: http
port: 8080
protocol: HTTP
status:
addresses:
- type: IPAddress
value: 172.18.255.200
conditions:
- lastTransitionTime: "2022-12-15T17:36:18Z"
message: The Gateway has been scheduled by Envoy Gateway
observedGeneration: 1
reason: Accepted
status: "True"
type: Accepted
- lastTransitionTime: "2022-12-15T17:36:18Z"
message: Deployment replicas unavailable
observedGeneration: 1
reason: NoResources
status: "False"
type: Programmed
listeners:
- attachedRoutes: 1
conditions:
- lastTransitionTime: "2022-12-15T17:36:18Z"
message: Listener is ready
observedGeneration: 1
reason: Programmed
status: "True"
type: Programmed
name: http
supportedKinds:
- group: gateway.networking.k8s.io
kind: HTTPRoute
```

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.