I deploy istio-1.4.2 by
istioctl manifest apply --set profile=demo --set values.gateways.istio-ingressgateway.type=NodePort
kubectl get svc -n istio-system
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
grafana ClusterIP 10.233.58.44 3000/TCP 7m32s
istio-citadel ClusterIP 10.233.17.54 8060/TCP,15014/TCP 7m33s
istio-egressgateway ClusterIP 10.233.33.47 80/TCP,443/TCP,15443/TCP 7m32s
istio-galley ClusterIP 10.233.50.237 443/TCP,15014/TCP,9901/TCP,15019/TCP 7m33s
istio-ingressgateway NodePort 10.233.47.204 15020:30890/TCP,80:32336/TCP,443:32644/TCP,15029:30742/TCP,15030:30286/TCP,15031:30390/TCP,15032:31502/TCP,15443:30208/TCP 7m33s
istio-pilot ClusterIP 10.233.45.168 15010/TCP,15011/TCP,8080/TCP,15014/TCP 7m32s
istio-policy ClusterIP 10.233.62.249 9091/TCP,15004/TCP,15014/TCP 7m33s
istio-sidecar-injector ClusterIP 10.233.18.174 443/TCP 7m32s
istio-telemetry ClusterIP 10.233.2.140 9091/TCP,15004/TCP,15014/TCP,42422/TCP 7m32s
jaeger-agent ClusterIP None 5775/UDP,6831/UDP,6832/UDP 7m33s
jaeger-collector ClusterIP 10.233.19.152 14267/TCP,14268/TCP,14250/TCP 7m33s
jaeger-query ClusterIP 10.233.39.228 16686/TCP 7m33s
kiali ClusterIP 10.233.18.23 20001/TCP 7m33s
prometheus ClusterIP 10.233.7.154 9090/TCP 7m33s
tracing ClusterIP 10.233.19.74 80/TCP 7m33s
zipkin ClusterIP 10.233.23.146 9411/TCP
nodeport 32336 for http 80 is able to connected
telnet 192.168.0.206 32336
Trying 192.168.0.206…
Connected to 192.168.0.206.
Escape character is ‘^]’.
but nodeport 32644 for http 80 is not able to connected=
telnet 192.168.0.206 32644
Trying 192.168.0.206…
telnet: connect to address 192.168.0.206: Connection refused
any advice?