envoyproxy / envoyproxy/gateway
Should a Gateway Listener Surface Programmed=True if the Gateway Surfaces Programmed=False
- 主要言語
- Go
- スター
- 3k
- フォーク
- 864
- 平均マージ
- 2日 2時間
- マージ済み PR(30日)
- 140
説明
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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。