replicatedhq / kotsadm

Kotsadm has been merged into the KOTS repo
https://github.com/replicatedhq/kots
Apache License 2.0
248 stars 9 forks source link

Unable to run local development environment #1450

Closed dexhorthy closed 4 years ago

dexhorthy commented 4 years ago

I ran the following:

make kotsadm
skaffold dev

The builds go through fine, but I get a big pile of errors for github.com/schemahero/schemahero CRs

 - unable to recognize "STDIN": no matches for kind "Database" in version "databases.schemahero.io/v1alpha2"
 - unable to recognize "STDIN": no matches for kind "Table" in version "schemas.schemahero.io/v1alpha2"
 - unable to recognize "STDIN": no matches for kind "Table" in version "schemas.schemahero.io/v1alpha2"
 - unable to recognize "STDIN": no matches for kind "Table" in version "schemas.schemahero.io/v1alpha2"
 - unable to recognize "STDIN": no matches for kind "Table" in version "schemas.schemahero.io/v1alpha2"

What do I need to do to get this working?

dexhorthy commented 4 years ago

cc @marccampbell this is blocking #1437

dexhorthy commented 4 years ago

Fixed by https://github.com/replicatedhq/kotsadm/pull/1451