Skip to content

Istio installation instructions do not work with recommended Istio version (1.4.10) #2894

@jroper

Description

@jroper

Following the instructions documented here:

https://knative.dev/docs/install/installing-istio/

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions