Skip to content

Commit e66e402

Browse files
Update net-istio nightly (#10964)
bumping knative.dev/net-istio 2308c2f...3a9a02e: > 3a9a02e Add configuration for graceful shutdown to ingressgateways (# 553) Signed-off-by: Knative Automation <[email protected]>
1 parent a10bc74 commit e66e402

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

third_party/istio-latest/net-istio.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated when HEAD was 2308c2fd9e42f849c892e7deb51e2d5a5988e4eb
1+
# Generated when HEAD was 3a9a02e8a86f53950299608b39d04c76f3537e7d
22
#
33
# Copyright 2019 The Knative Authors
44
#
@@ -20,7 +20,7 @@ metadata:
2020
# These are the permissions needed by the Istio Ingress implementation.
2121
name: knative-serving-istio
2222
labels:
23-
serving.knative.dev/release: "v20210315-2308c2fd"
23+
serving.knative.dev/release: "v20210316-3a9a02e8"
2424
serving.knative.dev/controller: "true"
2525
networking.knative.dev/ingress-provider: istio
2626
rules:
@@ -50,7 +50,7 @@ metadata:
5050
name: knative-ingress-gateway
5151
namespace: knative-serving
5252
labels:
53-
serving.knative.dev/release: "v20210315-2308c2fd"
53+
serving.knative.dev/release: "v20210316-3a9a02e8"
5454
networking.knative.dev/ingress-provider: istio
5555
spec:
5656
selector:
@@ -87,7 +87,7 @@ metadata:
8787
name: knative-local-gateway
8888
namespace: knative-serving
8989
labels:
90-
serving.knative.dev/release: "v20210315-2308c2fd"
90+
serving.knative.dev/release: "v20210316-3a9a02e8"
9191
networking.knative.dev/ingress-provider: istio
9292
spec:
9393
selector:
@@ -106,7 +106,7 @@ metadata:
106106
name: knative-local-gateway
107107
namespace: istio-system
108108
labels:
109-
serving.knative.dev/release: "v20210315-2308c2fd"
109+
serving.knative.dev/release: "v20210316-3a9a02e8"
110110
networking.knative.dev/ingress-provider: istio
111111
spec:
112112
type: ClusterIP
@@ -126,7 +126,7 @@ metadata:
126126
name: "webhook"
127127
namespace: "knative-serving"
128128
labels:
129-
serving.knative.dev/release: "v20210315-2308c2fd"
129+
serving.knative.dev/release: "v20210316-3a9a02e8"
130130
networking.knative.dev/ingress-provider: istio
131131
spec:
132132
selector:
@@ -142,7 +142,7 @@ metadata:
142142
name: "domainmapping-webhook"
143143
namespace: "knative-serving"
144144
labels:
145-
serving.knative.dev/release: "v20210315-2308c2fd"
145+
serving.knative.dev/release: "v20210316-3a9a02e8"
146146
networking.knative.dev/ingress-provider: istio
147147
spec:
148148
selector:
@@ -158,7 +158,7 @@ metadata:
158158
name: "istio-webhook"
159159
namespace: "knative-serving"
160160
labels:
161-
serving.knative.dev/release: "v20210315-2308c2fd"
161+
serving.knative.dev/release: "v20210316-3a9a02e8"
162162
networking.knative.dev/ingress-provider: istio
163163
spec:
164164
selector:
@@ -188,7 +188,7 @@ kind: MutatingWebhookConfiguration
188188
metadata:
189189
name: webhook.istio.networking.internal.knative.dev
190190
labels:
191-
serving.knative.dev/release: "v20210315-2308c2fd"
191+
serving.knative.dev/release: "v20210316-3a9a02e8"
192192
networking.knative.dev/ingress-provider: istio
193193
webhooks:
194194
- admissionReviewVersions:
@@ -224,7 +224,7 @@ kind: ValidatingWebhookConfiguration
224224
metadata:
225225
name: config.webhook.istio.networking.internal.knative.dev
226226
labels:
227-
serving.knative.dev/release: "v20210315-2308c2fd"
227+
serving.knative.dev/release: "v20210316-3a9a02e8"
228228
networking.knative.dev/ingress-provider: istio
229229
webhooks:
230230
- admissionReviewVersions:
@@ -262,7 +262,7 @@ metadata:
262262
name: istio-webhook-certs
263263
namespace: knative-serving
264264
labels:
265-
serving.knative.dev/release: "v20210315-2308c2fd"
265+
serving.knative.dev/release: "v20210316-3a9a02e8"
266266
networking.knative.dev/ingress-provider: istio
267267

268268
---
@@ -286,7 +286,7 @@ metadata:
286286
name: config-istio
287287
namespace: knative-serving
288288
labels:
289-
serving.knative.dev/release: "v20210315-2308c2fd"
289+
serving.knative.dev/release: "v20210316-3a9a02e8"
290290
networking.knative.dev/ingress-provider: istio
291291
data:
292292
_example: |
@@ -364,7 +364,7 @@ metadata:
364364
name: networking-istio
365365
namespace: knative-serving
366366
labels:
367-
serving.knative.dev/release: "v20210315-2308c2fd"
367+
serving.knative.dev/release: "v20210316-3a9a02e8"
368368
networking.knative.dev/ingress-provider: istio
369369
spec:
370370
selector:
@@ -380,14 +380,14 @@ spec:
380380
sidecar.istio.io/inject: "false"
381381
labels:
382382
app: networking-istio
383-
serving.knative.dev/release: "v20210315-2308c2fd"
383+
serving.knative.dev/release: "v20210316-3a9a02e8"
384384
spec:
385385
serviceAccountName: controller
386386
containers:
387387
- name: networking-istio
388388
# This is the Go import path for the binary that is containerized
389389
# and substituted here.
390-
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/controller@sha256:13b5bdfd58c9a3cd90aff05e777df62f00f44497bd4506e9ad6ac44682eced12
390+
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/controller@sha256:3b06baeccd3d6d9706d616136067c8152b0237b99da7b20f0b41c5946ebeafa6
391391
resources:
392392
requests:
393393
cpu: 30m
@@ -444,7 +444,7 @@ metadata:
444444
name: istio-webhook
445445
namespace: knative-serving
446446
labels:
447-
serving.knative.dev/release: "v20210315-2308c2fd"
447+
serving.knative.dev/release: "v20210316-3a9a02e8"
448448
networking.knative.dev/ingress-provider: istio
449449
spec:
450450
selector:
@@ -458,14 +458,14 @@ spec:
458458
labels:
459459
app: istio-webhook
460460
role: istio-webhook
461-
serving.knative.dev/release: "v20210315-2308c2fd"
461+
serving.knative.dev/release: "v20210316-3a9a02e8"
462462
spec:
463463
serviceAccountName: controller
464464
containers:
465465
- name: webhook
466466
# This is the Go import path for the binary that is containerized
467467
# and substituted here.
468-
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/webhook@sha256:ee33e8d67abbfe671a5b9dfa10a10e488be8f90c8a900756cb7836459eedfb80
468+
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/webhook@sha256:2fb64c5d39a479ea706ed9d8418a1d5d50e76499051bcc47cd21e72c5c1a07d2
469469
resources:
470470
requests:
471471
cpu: 20m
@@ -519,7 +519,7 @@ metadata:
519519
namespace: knative-serving
520520
labels:
521521
role: istio-webhook
522-
serving.knative.dev/release: "v20210315-2308c2fd"
522+
serving.knative.dev/release: "v20210316-3a9a02e8"
523523
networking.knative.dev/ingress-provider: istio
524524
spec:
525525
ports:

0 commit comments

Comments
 (0)