Update svc and pod after installation on k8s (#1392)

This commit is contained in:
Julien Senon 2018-06-06 14:54:39 +02:00 committed by Martin Taillefer
parent b3441de928
commit c9acc28a31
1 changed files with 2 additions and 2 deletions

View File

@ -278,8 +278,8 @@ OR
## Verifying the installation
1. Ensure the following Kubernetes services are deployed: `istio-pilot`, `istio-ingressgateway`, `istio-egressgateway`,
`istio-telemetry`, `istio-policy`, `istio-citadel`, `prometheus` and, optionally, `istio-sidecar-injector`.
1. Ensure the following Kubernetes services are deployed: `istio-pilot`, `istio-ingressgateway`,
`istio-policy`, `istio-telemetry`, `prometheus` and, optionally, `istio-sidecar-injector`.
```command
$ kubectl get svc -n istio-system