You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For multi-container applications the scale command should work against individual microservice container. We will need to add a 'service' abstraction first.
cld service scale {service-name} {target-number-of-instances}
The text was updated successfully, but these errors were encountered:
We should support a command for scaling application containers. Something like,
cld app scale {app-name} {target-number-of-instances}
For multi-container applications the scale command should work against individual microservice container. We will need to add a 'service' abstraction first.
cld service scale {service-name} {target-number-of-instances}
The text was updated successfully, but these errors were encountered: