2017-12-12 14 views
0

"https://istio.io/docs/setup/kubernetes/quick-start.html"에 제공된 지침에 따라 "다음 Kubernetes 서비스가 배포되었는지 확인하십시오 : istio-pilot, istio-mixer, istio-egress "미니 큐브 설치로 "istio-egress"서비스를 찾을 수 없음

그러나, 내가"kubectl는 GET SVC --all-네임 스페이스 "만 다음 서비스가 표시 :

NAMESPACE  NAME     TYPE   CLUSTER-IP  EXTERNAL-IP PORT(S)               AGE 
default  kubernetes    ClusterIP  10.96.0.1  <none>  443/TCP               39m 
istio-system istio-ca-ilb   LoadBalancer 10.98.239.183 <pending>  8060:31894/TCP              7m 
istio-system istio-ingress   LoadBalancer 10.103.124.167 <pending>  80:30341/TCP,443:30145/TCP           24m 
istio-system istio-mixer   ClusterIP  10.104.162.202 <none>  9091/TCP,15004/TCP,9093/TCP,9094/TCP,9102/TCP,9125/UDP,42422/TCP 24m 
istio-system istio-pilot   ClusterIP  10.106.111.86 <none>  15003/TCP,443/TCP             24m 
istio-system istio-pilot-ilb  LoadBalancer 10.106.250.124 <pending>  8080:32752/TCP              7m 
istio-system mixer-ilb    LoadBalancer 10.103.131.44 <pending>  9091:30549/TCP              7m 
kube-system dns-ilb    LoadBalancer 10.98.70.111  <pending>  53:30347/UDP              7m 
kube-system kube-dns    ClusterIP  10.96.0.10  <none>  53/UDP,53/TCP              38m 
kube-system kubernetes-dashboard NodePort  10.110.39.52  <none>  80:30000/TCP              38m 

그럼 난 키워드 검색"설치 "에서"istio-탈출구를 /는 Kubernetes /istio.yaml "어떤 것을 찾을 수 없습니다 ... 이것은 v0.3.0에 새로운 것입니까 ???

답변