mirror of https://github.com/istio/istio.io.git
Update svc and pod after installation on k8s (#1392)
This commit is contained in:
parent
b3441de928
commit
c9acc28a31
|
@ -278,8 +278,8 @@ OR
|
||||||
|
|
||||||
## Verifying the installation
|
## Verifying the installation
|
||||||
|
|
||||||
1. Ensure the following Kubernetes services are deployed: `istio-pilot`, `istio-ingressgateway`, `istio-egressgateway`,
|
1. Ensure the following Kubernetes services are deployed: `istio-pilot`, `istio-ingressgateway`,
|
||||||
`istio-telemetry`, `istio-policy`, `istio-citadel`, `prometheus` and, optionally, `istio-sidecar-injector`.
|
`istio-policy`, `istio-telemetry`, `prometheus` and, optionally, `istio-sidecar-injector`.
|
||||||
|
|
||||||
```command
|
```command
|
||||||
$ kubectl get svc -n istio-system
|
$ kubectl get svc -n istio-system
|
||||||
|
|
Loading…
Reference in New Issue