GoogleCloudPlatform / marketplace-k8s-app-example

Apache License 2.0
23 stars 19 forks source link

nginx example: make crd/install failed to fun #78

Closed gmflau closed 6 years ago

gmflau commented 6 years ago

gilbertlau:nginx$ make crd/install ---- REGISTRY = gcr.io/fieldops-gce-presales ---- NAMESPACE = default make: *** No rule to make target common/setup', needed bycrd/install'. Stop.

vcanaa commented 6 years ago

Hi Gilbert,

What is the branch you are working with in example and tools repo? Can you share the exact commit in each one?

gmflau commented 6 years ago

I was using the v2.0 release of marketplace-k8s-app-tools which is the same commit as https://github.com/GoogleCloudPlatform/marketplace-k8s-app-tools/tree/5050cc75c98ad2b10bed9bbe5aab9874423a600c

gmflau commented 6 years ago

After i added the "common" directory and created an empty file called "setup", I managed to work around the issue to compile and install the nginx example successfully.

huyhg commented 6 years ago

Apologies about the breakage. https://github.com/GoogleCloudPlatform/marketplace-k8s-app-tools/pull/123 fixed this.

I'm closing this issue now.