Skip to content

Commit

Permalink
bump istio to v1.18.7 (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jan 15, 2024
1 parent 0a2e1cc commit 9934a3e
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 44 deletions.
2 changes: 1 addition & 1 deletion third_party/istio-latest/generate-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

source "$(dirname $0)/../library.sh"

generate "1.18.5" "$(dirname $0)"
generate "1.18.7" "$(dirname $0)"
62 changes: 45 additions & 17 deletions third_party/istio-latest/istio-ci-ambient/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: istio-cni-repair-role
name: istio-cni-ambient
labels:
app: istio-cni
release: istio
Expand All @@ -99,26 +99,36 @@ rules:
- apiGroups:
- ""
resources:
- pods
- pods/status
verbs:
- get
- list
- watch
- delete
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: istio-cni-repair-role
labels:
app: istio-cni
release: istio
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
rules:
- apiGroups:
- ""
resources:
- events
- pods
verbs:
- watch
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- delete
- patch
- update
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -762,6 +772,24 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-cni-ambient
labels:
k8s-app: istio-cni-repair
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
subjects:
- kind: ServiceAccount
name: istio-cni
namespace: istio-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: istio-cni-ambient
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-cni-repair-rolebinding
labels:
Expand Down Expand Up @@ -7937,7 +7965,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.18.5",
"tag": "1.18.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9778,7 +9806,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.18.5
image: docker.io/istio/proxyv2:1.18.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9929,7 +9957,7 @@ spec:
fsGroup: 1337
containers:
- name: discovery
image: docker.io/istio/pilot:1.18.5
image: docker.io/istio/pilot:1.18.7
args:
- discovery
- --monitoringAddr=:15014
Expand Down Expand Up @@ -10428,7 +10456,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: install-cni
image: docker.io/istio/install-cni:1.18.5
image: docker.io/istio/install-cni:1.18.7
readinessProbe:
httpGet:
path: /readyz
Expand Down Expand Up @@ -10459,7 +10487,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: REPAIR_LABEL_PODS
value: "true"
value: "false"
- name: REPAIR_DELETE_PODS
value: "true"
- name: REPAIR_RUN_AS_DAEMON
Expand Down Expand Up @@ -10551,7 +10579,7 @@ spec:
operator: Exists
containers:
- name: istio-proxy
image: docker.io/istio/ztunnel:1.18.5
image: docker.io/istio/ztunnel:1.18.7
resources:
requests:
cpu: 500m
Expand Down
6 changes: 3 additions & 3 deletions third_party/istio-latest/istio-ci-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7793,7 +7793,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.18.5",
"tag": "1.18.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9632,7 +9632,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.18.5
image: docker.io/istio/proxyv2:1.18.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9783,7 +9783,7 @@ spec:
fsGroup: 1337
containers:
- name: discovery
image: docker.io/istio/pilot:1.18.5
image: docker.io/istio/pilot:1.18.7
args:
- discovery
- --monitoringAddr=:15014
Expand Down
6 changes: 3 additions & 3 deletions third_party/istio-latest/istio-ci-no-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7793,7 +7793,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.18.5",
"tag": "1.18.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9632,7 +9632,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.18.5
image: docker.io/istio/proxyv2:1.18.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9783,7 +9783,7 @@ spec:
fsGroup: 1337
containers:
- name: discovery
image: docker.io/istio/pilot:1.18.5
image: docker.io/istio/pilot:1.18.7
args:
- discovery
- --monitoringAddr=:15014
Expand Down
62 changes: 45 additions & 17 deletions third_party/istio-latest/istio-kind-ambient/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: istio-cni-repair-role
name: istio-cni-ambient
labels:
app: istio-cni
release: istio
Expand All @@ -99,26 +99,36 @@ rules:
- apiGroups:
- ""
resources:
- pods
- pods/status
verbs:
- get
- list
- watch
- delete
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: istio-cni-repair-role
labels:
app: istio-cni
release: istio
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
rules:
- apiGroups:
- ""
resources:
- events
- pods
verbs:
- watch
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- delete
- patch
- update
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -762,6 +772,24 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-cni-ambient
labels:
k8s-app: istio-cni-repair
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
subjects:
- kind: ServiceAccount
name: istio-cni
namespace: istio-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: istio-cni-ambient
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-cni-repair-rolebinding
labels:
Expand Down Expand Up @@ -7937,7 +7965,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.18.5",
"tag": "1.18.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9778,7 +9806,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.18.5
image: docker.io/istio/proxyv2:1.18.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9929,7 +9957,7 @@ spec:
fsGroup: 1337
containers:
- name: discovery
image: docker.io/istio/pilot:1.18.5
image: docker.io/istio/pilot:1.18.7
args:
- discovery
- --monitoringAddr=:15014
Expand Down Expand Up @@ -10428,7 +10456,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: install-cni
image: docker.io/istio/install-cni:1.18.5
image: docker.io/istio/install-cni:1.18.7
readinessProbe:
httpGet:
path: /readyz
Expand Down Expand Up @@ -10459,7 +10487,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: REPAIR_LABEL_PODS
value: "true"
value: "false"
- name: REPAIR_DELETE_PODS
value: "true"
- name: REPAIR_RUN_AS_DAEMON
Expand Down Expand Up @@ -10551,7 +10579,7 @@ spec:
operator: Exists
containers:
- name: istio-proxy
image: docker.io/istio/ztunnel:1.18.5
image: docker.io/istio/ztunnel:1.18.7
resources:
requests:
cpu: 500m
Expand Down
6 changes: 3 additions & 3 deletions third_party/istio-latest/istio-kind-no-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7793,7 +7793,7 @@ data:
"sts": {
"servicePort": 0
},
"tag": "1.18.5",
"tag": "1.18.7",
"tracer": {
"datadog": {},
"lightstep": {},
Expand Down Expand Up @@ -9632,7 +9632,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: docker.io/istio/proxyv2:1.18.5
image: docker.io/istio/proxyv2:1.18.7
name: istio-proxy
ports:
- containerPort: 15021
Expand Down Expand Up @@ -9783,7 +9783,7 @@ spec:
fsGroup: 1337
containers:
- name: discovery
image: docker.io/istio/pilot:1.18.5
image: docker.io/istio/pilot:1.18.7
args:
- discovery
- --monitoringAddr=:15014
Expand Down

0 comments on commit 9934a3e

Please sign in to comment.