fix get vsvc in debug app issues (#2572)

Signed-off-by: RyderXia <ryder.xia@sap.com>
This commit is contained in:
runzexia 2020-08-18 02:23:07 +08:00 committed by GitHub
parent a4df2c0ceb
commit b4bd42c38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Now, if Ingress shows status `Ready`, there must be a corresponding
VirtualService. Run the following command:
```shell
kubectl get virtualservice <INGRESS_NAME> -n <INGRESS_NAMESPACE> --output yaml
kubectl get virtualservice -l networking.internal.knative.dev/ingress=<INGRESS_NAME> -n <INGRESS_NAMESPACE> --output yaml
```
the network configuration in VirtualService must match that of Ingress