Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cluster-local-gateway. #411

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions config/203-local-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,6 @@
# do have a service mesh setup, this isn't required.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: cluster-local-gateway
namespace: knative-serving
labels:
serving.knative.dev/release: devel
networking.knative.dev/ingress-provider: istio
spec:
selector:
istio: cluster-local-gateway
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*"
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: knative-local-gateway
namespace: knative-serving
Expand Down
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ data:
# {{local_gateway_namespace}} is optional; when it is omitted, the system
# will search for the local gateway in the serving system namespace
# `knative-serving`
local-gateway.knative-serving.cluster-local-gateway: "cluster-local-gateway.istio-system.svc.cluster.local"
local-gateway.knative-serving.knative-local-gateway: "knative-local-gateway.istio-system.svc.cluster.local"

# To use only Istio service mesh and no cluster-local-gateway, replace
# To use only Istio service mesh and no knative-local-gateway, replace
# all local-gateway.* entries by the following entry.
local-gateway.mesh: "mesh"
24 changes: 0 additions & 24 deletions third_party/istio-latest/istio-ci-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,3 @@ spec:
requests:
cpu: 1000m
memory: 1024Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
limits:
cpu: 3000m
memory: 2048Mi
requests:
cpu: 1000m
memory: 1024Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
24 changes: 0 additions & 24 deletions third_party/istio-latest/istio-ci-no-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,3 @@ spec:
requests:
cpu: 1000m
memory: 1024Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
limits:
cpu: 3000m
memory: 2048Mi
requests:
cpu: 1000m
memory: 1024Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
21 changes: 0 additions & 21 deletions third_party/istio-latest/istio-kind-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,3 @@ spec:
requests:
cpu: 100m
memory: 256Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
requests:
cpu: 100m
memory: 256Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
21 changes: 0 additions & 21 deletions third_party/istio-latest/istio-kind-no-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,3 @@ spec:
requests:
cpu: 100m
memory: 256Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
requests:
cpu: 100m
memory: 256Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
17 changes: 0 additions & 17 deletions third_party/istio-latest/istio-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,3 @@ spec:
ingressGateways:
- name: istio-ingressgateway
enabled: true
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
24 changes: 0 additions & 24 deletions third_party/istio-stable/istio-ci-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,3 @@ spec:
requests:
cpu: 1000m
memory: 1024Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
limits:
cpu: 3000m
memory: 2048Mi
requests:
cpu: 1000m
memory: 1024Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
24 changes: 0 additions & 24 deletions third_party/istio-stable/istio-ci-no-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,3 @@ spec:
requests:
cpu: 1000m
memory: 1024Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
limits:
cpu: 3000m
memory: 2048Mi
requests:
cpu: 1000m
memory: 1024Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
21 changes: 0 additions & 21 deletions third_party/istio-stable/istio-kind-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,3 @@ spec:
requests:
cpu: 100m
memory: 256Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
requests:
cpu: 100m
memory: 256Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
21 changes: 0 additions & 21 deletions third_party/istio-stable/istio-kind-no-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,3 @@ spec:
requests:
cpu: 100m
memory: 256Mi
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
resources:
requests:
cpu: 100m
memory: 256Mi
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https
17 changes: 0 additions & 17 deletions third_party/istio-stable/istio-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,3 @@ spec:
ingressGateways:
- name: istio-ingressgateway
enabled: true
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
targetPort: 8080
name: http2
- port: 443
targetPort: 8443
name: https