mirror of https://github.com/knative/docs.git
fix get vsvc in debug app issues (#2572)
Signed-off-by: RyderXia <ryder.xia@sap.com>
This commit is contained in:
parent
a4df2c0ceb
commit
b4bd42c38a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue