istio-workshop icon indicating copy to clipboard operation
istio-workshop copied to clipboard

Minor corrections

Open cladius opened this issue 7 years ago • 2 comments

The second cat command is missing the apiVersion line. Should be:

cat <<EOF | kubectl apply -f -
apiVersion: networking.istio.io/v1alpha3

Also, in the current version of Istio, we need to run:

kubectl apply -f samples/bookinfo/networking/virtual-service-all-v1.yaml -n default
kubectl apply -f samples/bookinfo/networking/destination-rule-all-mtls.yaml -n default

instead of kubectl apply -f samples/bookinfo/routing/route-rule-all-v1-mtls.yaml -n default

cladius avatar Aug 23 '18 23:08 cladius

Thoughts on this?

cladius avatar Aug 30 '18 01:08 cladius

Thanks for bringing this to my attention. I will make the changes in a day or two

srinandan avatar Sep 05 '18 05:09 srinandan