更新istio部署

This commit is contained in:
chendile 2023-09-03 18:12:45 +08:00
parent 1c47523502
commit 7e43068759
3 changed files with 9 additions and 5 deletions

View File

@ -8636,7 +8636,7 @@ data:
spec: spec:
initContainers: initContainers:
- name: grpc-bootstrap-init - name: grpc-bootstrap-init
image: busybox:1.28 image: busybox:1.36.0
volumeMounts: volumeMounts:
- mountPath: /var/lib/grpc/data/ - mountPath: /var/lib/grpc/data/
name: grpc-io-proxyless-bootstrap name: grpc-io-proxyless-bootstrap
@ -9189,7 +9189,7 @@ spec:
serviceAccountName: istio-ingressgateway-service-account serviceAccountName: istio-ingressgateway-service-account
containers: containers:
- name: istio-proxy - name: istio-proxy
image: "docker.io/istio/proxyv2:1.15.0" image: "istio/proxyv2:1.15.0"
ports: ports:
- containerPort: 15021 - containerPort: 15021
protocol: TCP protocol: TCP
@ -9348,6 +9348,8 @@ spec:
secret: secret:
secretName: "istio-ingressgateway-ca-certs" secretName: "istio-ingressgateway-ca-certs"
optional: true optional: true
nodeSelector:
istio: 'true'
affinity: affinity:
nodeAffinity: nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
@ -9392,7 +9394,7 @@ spec:
fsGroup: 1337 fsGroup: 1337
containers: containers:
- name: discovery - name: discovery
image: "docker.io/istio/pilot:1.15.0" image: "istio/pilot:1.15.0"
args: args:
- "discovery" - "discovery"
- --monitoringAddr=:15014 - --monitoringAddr=:15014
@ -9476,6 +9478,8 @@ spec:
- name: istio-kubeconfig - name: istio-kubeconfig
mountPath: /var/run/secrets/remote mountPath: /var/run/secrets/remote
readOnly: true readOnly: true
nodeSelector:
istio: 'true'
volumes: volumes:
# Technically not needed on this pod - but it helps debugging/testing SDS # Technically not needed on this pod - but it helps debugging/testing SDS
# Should be removed after everything works. # Should be removed after everything works.

View File

@ -2142,7 +2142,7 @@ data:
spec: spec:
initContainers: initContainers:
- name: grpc-bootstrap-init - name: grpc-bootstrap-init
image: busybox:1.28 image: busybox:1.36.0
volumeMounts: volumeMounts:
- mountPath: /var/lib/grpc/data/ - mountPath: /var/lib/grpc/data/
name: grpc-io-proxyless-bootstrap name: grpc-io-proxyless-bootstrap

View File

@ -931,7 +931,7 @@ data:
spec: spec:
initContainers: initContainers:
- name: grpc-bootstrap-init - name: grpc-bootstrap-init
image: busybox:1.28 image: busybox:1.36.0
volumeMounts: volumeMounts:
- mountPath: /var/lib/grpc/data/ - mountPath: /var/lib/grpc/data/
name: grpc-io-proxyless-bootstrap name: grpc-io-proxyless-bootstrap