Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stuff to use kubernaut for demo #17

Open
rhs opened this issue Sep 20, 2017 · 6 comments
Open

stuff to use kubernaut for demo #17

rhs opened this issue Sep 20, 2017 · 6 comments

Comments

@rhs
Copy link
Contributor

rhs commented Sep 20, 2017

  1. ability to control the lifespan of the cluster (hard limit of 1 hour no good for demo)
  2. ability to have multiple clusters (I don't want my long lived cluster to prevent me from getting shorter lived ones)
  3. some way to specify a stable dns name for my cluster when I claim it (we put this in slides prior to demo so audience can participate)
  4. LoadBalancer support
  5. Multiple nodes (more capacity)
@richarddli
Copy link
Contributor

In terms of prioritizing, for me, at least, the min bar is being able to deploy the todo app into a kubernaut cluster.

@plombardi89
Copy link
Contributor

@richarddli can you expand on the specifics of that?

@richarddli
Copy link
Contributor

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.

@plombardi89
Copy link
Contributor

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.

@richarddli
Copy link
Contributor

For starters, it doesn't give me an IP address for the API Gateway because it's a LoadBalancer.

Second, I see this:

Tolerations:
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message


1m 10s 8 {default-scheduler } Warning FailedScheduling PersistentVolumeClaim is not bound: "todo-db-persistent-storage-todo-db-0"

@plombardi89
Copy link
Contributor

Thanks! Those are at actionable items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants