In the Service Mesh Install and Setup [](https://github.com/oracle/cloudtestdrive/blob/master/AppDev/cloud-native/kubernetes/service-mesh/linkerd-install.md) In the part 5d, step 2: You ask to run the command: kubectl apply -f ingressLinkerdRules-`kubectl config current-context`.yaml` But the correct code to run is: kubectl apply -f ingressLinkerdRules.yaml
In the Service Mesh Install and Setup
In the part 5d, step 2:
You ask to run the command:
kubectl apply -f ingressLinkerdRules-
kubectl config current-context.yaml`But the correct code to run is:
kubectl apply -f ingressLinkerdRules.yaml