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
testing/scripts/kind_test_setup.sh fails with following errors due to CRD not being present:
unable to recognize "istio-1.4.2.yaml": no matches for kind "Gateway" in version "networking.istio.io/v1alpha3"
unable to recognize "istio-1.4.2.yaml": no matches for kind "VirtualService" in version "networking.istio.io/v1alpha3"
unable to recognize "istio-1.4.2.yaml": no matches for kind "EnvoyFilter" in version "networking.istio.io/v1alpha3"
unable to recognize "istio-1.4.2.yaml": no matches for kind "DestinationRule" in version "networking.istio.io/v1alpha3"
unable to recognize "istio-1.4.2.yaml": no matches for kind "Policy" in version "authentication.istio.io/v1alpha1"
unable to recognize "istio-1.4.2.yaml": no matches for kind "Gateway" in version "networking.istio.io/v1alpha3"
unable to recognize "istio-1.4.2.yaml": no matches for kind "Sidecar" in version "networking.istio.io/v1alpha3"
unable to recognize "istio-1.4.2.yaml": no matches for kind "MeshPolicy" in version "authentication.istio.io/v1alpha1"
unable to recognize "istio-1.4.2.yaml": no matches for kind "DestinationRule" in version "networking.istio.io/v1alpha3"
unable to recognize "istio-1.4.2.yaml": no matches for kind "attributemanifest" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "attributemanifest" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "handler" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "handler" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "handler" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "rule" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "instance" in version "config.istio.io/v1alpha2"
unable to recognize "istio-1.4.2.yaml": no matches for kind "DestinationRule" in version "networking.istio.io/v1alpha3"
This has only been found to happen when using the following version of kubectl client:
testing/scripts/kind_test_setup.sh fails with following errors due to CRD not being present:
This has only been found to happen when using the following version of kubectl client:
Versions v1.17.x and v1.16.x of kubectl client do not fail.
Additionally if using v1.18.x, if the CRDs are installed separately as shown here before Istio is installed, then the errors do not occur.
The text was updated successfully, but these errors were encountered: