istio-workshop
istio-workshop copied to clipboard
Minor corrections
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
Thoughts on this?
Thanks for bringing this to my attention. I will make the changes in a day or two