Closed jdumars closed 8 years ago
The app "pokemon" was successfully created in Workflow, all that remains is to deploy code to it (a git remote isn't strictly required).
You never did the deis git:remote -a pokemon
command after initializing the git repo. So there isn't a "deis" git remote entry, and the deis
CLI doesn't know the implicit app name is "pokemon." It will instead default to the directory name ("test3").
The deis pull
command doesn't have a -a
flag to be explicit about the app, so it's trying to deploy to the nonexistent "test3" app. deis pull jsingerdumars/hellonode -a pokemon
would work though.
I think this is all working as intended, but please follow up here if this is unclear or there's a detail that should be fixed.
That makes sense. Thanks for the clarification!
Cluster is Workflow v2.1.0 on AWS ~ provisioned with customized kube-aws:
Behavior should be fail without actually creating the app.