envoyproxy / envoyproxy/gateway
Should a Gateway Listener Surface Programmed=True if the Gateway Surfaces Programmed=False
- Linguagem predominante
- Go
- Estrelas
- 3k
- Forks
- 864
- Merge médio
- 2d 2h
- PRs com merge (30d)
- 140
Descrição
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
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.