Skip to content

Commit fe3ca08

Browse files
committed
use net-gateway-api
Signed-off-by: Harshvir Potpose <[email protected]>
1 parent 5817e3a commit fe3ca08

File tree

10 files changed

+442
-493
lines changed

10 files changed

+442
-493
lines changed

apps/kserve/models-web-app/base/istio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
namespace: kserve
66
spec:
77
parentRefs:
8-
- name: knative-ingress-gateway
9-
namespace: knative-serving
8+
- name: kubeflow-gateway
9+
namespace: istio-system
1010
rules:
1111
- matches:
1212
- path:

common/knative/knative-serving/base/kustomization.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- upstream/serving-core.yaml
5-
- upstream/net-istio.yaml
5+
- upstream/net-gateway-api.yaml
66
- istio-authorization-policy.yaml
77
patches:
88
- path: patches/sidecar-injection.yaml
99
target:
1010
kind: Deployment
1111
- path: patches/config-deployment.yaml
12-
- path: patches/config-istio.yaml
12+
- path: patches/config-network-gateway-api.yaml
1313
- path: patches/namespace-injection.yaml
1414
- path: patches/knative-serving-namespaced-admin.yaml
1515
- path: patches/knative-serving-namespaced-edit.yaml
1616
- path: patches/knative-serving-namespaced-view.yaml
17-
- path: patches/service-labels.yaml
18-
- path: patches/remove-gateway.yaml
1917
- path: patches/seccomp.yaml
2018
target:
2119
kind: Deployment
2220
namespace: knative-serving
23-
name: "(autoscaler|activator|controller|net-istio-webhook|webhook|net-istio-controller)"
21+
name: "(autoscaler|activator|controller|net-gateway-api-webhook|webhook|net-gateway-api-controller)"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: config-network
5+
namespace: knative-serving
6+
data:
7+
ingress-class: "gateway-api.ingress.networking.knative.dev"

common/knative/knative-serving/base/patches/remove-gateway.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)