mirror of https://github.com/istio/istio.io.git
Add istioctl analyze to Getting Started (#7279)
This commit is contained in:
parent
b2a72e0ae2
commit
f83b02fabc
|
@ -167,12 +167,11 @@ route at the edge of your mesh.
|
|||
virtualservice.networking.istio.io/bookinfo created
|
||||
{{< /text >}}
|
||||
|
||||
1. Confirm the gateway has been created:
|
||||
1. Ensure that there are no issues with the configuration:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl get gateway
|
||||
NAME AGE
|
||||
bookinfo-gateway 32s
|
||||
$ istioctl analyze
|
||||
✔ No validation issues found when analyzing namespace: default.
|
||||
{{< /text >}}
|
||||
|
||||
### Determining the ingress IP and ports
|
||||
|
|
Loading…
Reference in New Issue