Skip to content

Commit

Permalink
Update net-gateway-api nightly (#15159)
Browse files Browse the repository at this point in the history
bumping knative.dev/net-gateway-api 3fcf453...9e4ec34:
  > 9e4ec34 followup changes from # 685 (# 703)
  > ad40832 allow the config-gateway to accepted supported features (# 710)
  > 0c4eca3 Mark as Beta (# 712)
  > 11b15b9 bump sigs.k8s.io/gateway-api@main (# 709)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Apr 23, 2024
1 parent f328f96 commit afc8a59
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
8 changes: 6 additions & 2 deletions third_party/gateway-api-latest/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ metadata:
serving.knative.dev/release: devel
data:
external-gateways: |
- class: contour
- class: contour-external
gateway: contour-external/knative-external
service: contour-external/envoy-knative-external
supported-features:
- HTTPRouteRequestTimeout
# local-gateways defines the Gateway to be used for cluster local traffic
local-gateways: |
- class: contour
- class: contour-internal
gateway: contour-internal/knative-local
service: contour-internal/envoy-knative-local
supported-features:
- HTTPRouteRequestTimeout
---
# Copyright 2021 The Knative Authors
Expand Down
2 changes: 1 addition & 1 deletion third_party/gateway-api-latest/istio-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
experimental.istio.io/disable-gateway-port-translation: "true"
spec:
type: ClusterIP
Expand Down
26 changes: 15 additions & 11 deletions third_party/gateway-api-latest/net-gateway-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
aggregationRule:
clusterRoleSelectors:
- matchLabels:
Expand All @@ -36,7 +36,7 @@ metadata:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
rules:
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["httproutes", "referencegrants", "referencepolicies"]
Expand Down Expand Up @@ -68,7 +68,7 @@ metadata:
labels:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
app.kubernetes.io/name: knative-serving
spec:
replicas: 1
Expand All @@ -95,7 +95,7 @@ spec:
- name: controller
# This is the Go import path for the binary that is containerized
# and substituted here.
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/controller@sha256:b4c454ed38a439315dcdcc997cef27ccbb5343f6fac64ec6efe4a872f22e28ad
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/controller@sha256:ecd629d702fa1355b66653ec43eed2cf0c669ac800a8f3c98f28c6854d41a4f1
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -152,7 +152,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
networking.knative.dev/ingress-provider: gateway-api
spec:
selector:
Expand All @@ -166,14 +166,14 @@ spec:
role: net-gateway-api-webhook
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
spec:
serviceAccountName: controller
containers:
- name: webhook
# This is the Go import path for the binary that is containerized
# and substituted here.
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/webhook@sha256:0cc12247f829cceda81286992ced0eb2ae7e685e629450feeb67093e4acb0577
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/webhook@sha256:649beb931f9785e62239209cffc4ed284b0dfc5f5ec85118fed900d3f18845d0
resources:
requests:
cpu: 20m
Expand Down Expand Up @@ -251,7 +251,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
networking.knative.dev/ingress-provider: gateway-api

---
Expand All @@ -278,7 +278,7 @@ metadata:
role: net-gateway-api-webhook
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
networking.knative.dev/ingress-provider: gateway-api
spec:
ports:
Expand Down Expand Up @@ -317,7 +317,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
networking.knative.dev/ingress-provider: gateway-api
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -359,7 +359,7 @@ metadata:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240423-3fcf453d"
app.kubernetes.io/version: "20240423-9e4ec34e"
data:
_example: |
################################
Expand Down Expand Up @@ -388,11 +388,15 @@ data:
- class: istio
gateway: istio-system/knative-gateway
service: istio-system/istio-ingressgateway
supported-features:
- HTTPRouteRequestTimeout
# local-gateways defines the Gateway to be used for cluster local traffic
local-gateways: |
- class: istio
gateway: istio-system/knative-local-gateway
service: istio-system/knative-local-gateway
supported-features:
- HTTPRouteRequestTimeout
---

0 comments on commit afc8a59

Please sign in to comment.