Failed to configure a TLS ingress gateway using SDS

When I configure a TLS ingress gateway using SDS wither Istio1.1.2 as docs :
image

Ingressgateway pod report warning:
Warning FailedMount 16s (x6 over 31s) kubelet, 192.168.0.19 MountVolume.SetUp failed for volume “sdsudspath” : hostPat
h type check failed: /var/run/sds/uds_path is not a socket file

Hi @Star_Zhang, could you please provide more information about your environment? Are you running on GKE or other platform? What is the Kubernetes version you are using? Could you please use command $kubectl describe pod -n istio-system and paste the output here?
Thanks.

Did you use SDS before 1.1.2?
Might be related to https://github.com/istio/istio/pull/12688 due to the uds path was created without type: Socket in 1.1 and not cleaned properly in 1.1.2. @Quanjie_Lin

There is no the issue with 1.1.0.
I report an issue : https://github.com/istio/istio/issues/13364