Open rhs opened 7 years ago
In terms of prioritizing, for me, at least, the min bar is being able to deploy the todo
app into a kubernaut cluster.
@richarddli can you expand on the specifics of that?
i want to be able to do:
kubernaut claim
git clone github.com/datawire/todo
cd todo
forge deploy
and be able to have a working todo app.
Right... I am asking what doesn't work about that specifically? I mean I can go off and test it myself and maybe I'll hit an issue but it might also not be the same issue as yours.
I'm trying to figure out what feature(s) or bug is preventing that from being possible right now. There's prioritization and effort concerns also as I have a hunch I know what one of the issues is.
For starters, it doesn't give me an IP address for the API Gateway because it's a LoadBalancer.
Second, I see this:
Tolerations:
1m 10s 8 {default-scheduler } Warning FailedScheduling PersistentVolumeClaim is not bound: "todo-db-persistent-storage-todo-db-0"
Thanks! Those are at actionable items.