datawire / forge

Define and run multi-container apps in Kubernetes
http://forge.sh
Apache License 2.0
415 stars 43 forks source link

Docmentation Warning to not try to deploy from deeper than k8s folder #185

Open pkim-auro opened 6 years ago

pkim-auro commented 6 years ago

more accidental discovery but if you try to build from a directory deeper than .forge/k8s/ then it seems to error out (which actually is kinda normal since it's probably trying to write to those files anyway)

example:. cmd: forge deploy or forge build or forge build manifests .forge/k8s worked fine .forge/k8s/net-diagnostics/ failed .forge/k8s/net-diagnostics/forge-template/ failed