julz / cube

a kube backend for cf, because k-why not
21 stars 8 forks source link

Should see the status of my app (number of running instances etc) in `cf apps` #19

Open julz opened 6 years ago

julz commented 6 years ago

Acceptance:

  1. Deploy eirini following instructions in repo
  2. cf push, cf scale -i 3
  3. cf apps, see that it correctly reports number of reported and requested instances (compare with kubectl get deployments)
  4. Manually kill some pods using kubectl, see that this is reflected in cf apps
andrew-edgar commented 6 years ago

points 3

herrjulz commented 6 years ago

This will be an update to the number of desired LRPs.