You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says the version of Istio that Knative tests and certifies stability with is 1.4.10. So I installed that version of istioctl:
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.4.10 TARGET_ARCH=x86_64 sh -
But then when I go to install it using the manifest described:
istio-1.4.10/bin/istioctl manifest apply -f istio-minimal-operator.yaml
Failed to generate and apply manifests, error: failed to generate manifest: could not unmarshal the overlay file: unknown field "addonComponents" in v1alpha2.IstioControlPlaneSpec
Running with Istio 1.6.11 instead, it works.
The instructions should at least list the minimum version of Istio that is needed in order to follow them if that version contradicts the version recommended above.