projectriff-archive / cnab-k8s-installer-base

A CNAB bundle that allows creation of other declarative CNAB bundles
Apache License 2.0
0 stars 6 forks source link

istio install fails #9

Closed sbawaska closed 5 years ago

sbawaska commented 5 years ago

Sometimes install of istio fails due to this failure:

unable to recognize \"STDIN\": no matches for kind \"Gateway\" in version \"networking.istio.io/v1alpha3\"
unable to recognize \"STDIN\": no matches for kind \"attributemanifest\" in version \"config.istio.io/v1alpha2\"
unable to recognize \"STDIN\": no matches for kind \"attributemanifest\" in version \"config.istio.io/v1alpha2\"
unable to recognize \"STDIN\": no matches for kind \"stdio\" in version \"config.istio.io/v1alpha2\"
unable to recognize \"STDIN\": no matches for kind \"logentry\" in version \"config.istio.io/v1alpha2\"
...

This is a race when the CRD do not exist already. see https://github.com/redhat-developer-demos/knative-tutorial/issues/6 and https://github.com/projectriff/riff/issues/947