Skip to content

Commit

Permalink
Update net-istio nightly
Browse files Browse the repository at this point in the history
bumping knative.dev/net-istio e0bdb8b...95a6d95:
  > 95a6d95 fix: Fixed liveness periodseconds to 10 so that crashloopback off doesn't happen which causes expired lease to get stuck. (# 1325)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed May 29, 2024
1 parent 4fe029f commit 21dcaef
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions third_party/istio-latest/net-istio.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated when HEAD was e0bdb8bfdec646df5352b21a1019e36b1dde9fb2
# Generated when HEAD was 95a6d95d667c33b1af9f0af772a60f9a1519d806
#
# Copyright 2019 The Knative Authors
#
Expand All @@ -22,7 +22,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
serving.knative.dev/controller: "true"
networking.knative.dev/ingress-provider: istio
rules:
Expand Down Expand Up @@ -54,7 +54,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand Down Expand Up @@ -93,7 +93,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand All @@ -114,7 +114,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
experimental.istio.io/disable-gateway-port-translation: "true"
spec:
Expand Down Expand Up @@ -152,7 +152,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
data:
# TODO(nghia): Extract the .svc.cluster.local suffix into its own config.
Expand Down Expand Up @@ -262,7 +262,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand All @@ -280,7 +280,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand Down Expand Up @@ -313,7 +313,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand All @@ -330,14 +330,14 @@ spec:
app: net-istio-controller
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
spec:
serviceAccountName: controller
containers:
- 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-istio/cmd/controller@sha256:21767cb0e5d5bf2367920518af96a04184325a3b64b6c1bff1edd0719f552874
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/controller@sha256:a1c2d9d993a47244047f7cc73fdf609cdd6eac326b9ef4620a21ae38bc6a9678
resources:
requests:
cpu: 30m
Expand Down Expand Up @@ -416,7 +416,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand All @@ -430,14 +430,14 @@ spec:
role: net-istio-webhook
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
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-istio/cmd/webhook@sha256:bac917d010b21f8af4cb3f384bea6a264567d4493ee5cb8617f14c3666050de3
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/webhook@sha256:7357792d4ac354722605d42bfc51a9bc3f21cab162bfd78b86b2212684207b3b
resources:
requests:
cpu: 20m
Expand Down Expand Up @@ -478,7 +478,7 @@ spec:
port: 8443
failureThreshold: 3
livenessProbe:
periodSeconds: 1
periodSeconds: 10
httpGet:
scheme: HTTPS
port: 8443
Expand Down Expand Up @@ -515,7 +515,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio

---
Expand All @@ -542,7 +542,7 @@ metadata:
role: net-istio-webhook
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
spec:
ports:
Expand Down Expand Up @@ -581,7 +581,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -620,7 +620,7 @@ metadata:
labels:
app.kubernetes.io/component: net-istio
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240522-e0bdb8bf"
app.kubernetes.io/version: "20240529-95a6d95d"
networking.knative.dev/ingress-provider: istio
webhooks:
- admissionReviewVersions:
Expand Down

0 comments on commit 21dcaef

Please sign in to comment.