GitHub URL 404s for the the below Istio version # Istio minor version should be 1.3, 1.4 or 1.5 export ISTIO_MINOR_VERSION=1.3 export VERSION=$(curl https://raw.githubusercontent.com/knative/serving/master/third_party/istio-${ISTIO_MINOR_VERSION}-latest) kubectl apply -f https://raw.githubusercontent.com/knative/serving/master/third_party/${VERSION}/istio-knative-extras.yaml
GitHub URL 404s for the the below Istio version
Istio minor version should be 1.3, 1.4 or 1.5
export ISTIO_MINOR_VERSION=1.3
export VERSION=$(curl https://raw.githubusercontent.com/knative/serving/master/third_party/istio-${ISTIO_MINOR_VERSION}-latest)
kubectl apply -f https://raw.githubusercontent.com/knative/serving/master/third_party/${VERSION}/istio-knative-extras.yaml