apisnoop / gateway-api-test-framework

Framework to test different gateway-api implementations
0 stars 1 forks source link

Contour GatewayClass status should be True not Unknown #23

Closed heyste closed 5 months ago

heyste commented 6 months ago
gatewayclass.gateway.networking.k8s.io/contour created
# kubectl get gc
NAME      CONTROLLER                             ACCEPTED   AGE
contour   projectcontour.io/gateway-controller   Unknown    0s

$ kubectl get gc contour -ojsonpath='{.status}' | jq
{
  "conditions": [
    {
      "lastTransitionTime": "1970-01-01T00:00:00Z",
      "message": "Waiting for controller",
      "reason": "Waiting",
      "status": "Unknown",
      "type": "Accepted"
    }
  ]
}