We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff06de commit 3044f6cCopy full SHA for 3044f6c
extensions/istio-service-mesh/README.md
@@ -197,7 +197,7 @@ Follow the steps below to deploy the Claims API microservice application in a ne
197
$ kubectl apply -f ./k8s-resources/destination-rule-all.yaml -n dev-claims-istio
198
#
199
# List the destination rules
200
- $ kubectl get destinationrules -o yaml
+ $ kubectl get destinationrules -o yaml -n dev-claims-istio
201
202
```
203
0 commit comments