Open julz opened 6 years ago
Acceptance:
cf push
cf scale -i 3
cf apps
kubectl get deployments
points 3
This will be an update to the number of desired LRPs.
Acceptance:
cf push
,cf scale -i 3
cf apps
, see that it correctly reports number of reported and requested instances (compare withkubectl get deployments
)cf apps