-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
Bug Description
I config the istio with:
apiVersion: networking.istio.io/v1beta1
kind: ProxyConfig
metadata:
name: productpage
spec:
selector:
matchLabels:
app: productpage
concurrency: 0
image:
imageType: debug
set image type to debug ,and restarted the productpage-v1 deployment,but the image is not right?
istiod has no warn and error log
Version
[root@node01 ~]# istioctl version
client version: 1.13.3
control plane version: 1.13.3
data plane version: 1.13.3 (10 proxies)
[root@node01 ~]# kubectl version --short
Client Version: v1.21.0
Server Version: v1.21.0
Additional Information
No response