]
Jeff Cantrill commented on JBIDE-21634:
---------------------------------------
You are correct; we did not implement 'scaling' starting with a pod. You can
scale:
* using the context menu on a service which is the first node below the project.
* From the property tabs of a deployment(replication controller) and deploymentconfig
Explorer, Properties: Allow a user to scale their deployment
------------------------------------------------------------
Key: JBIDE-21634
URL:
https://issues.jboss.org/browse/JBIDE-21634
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Jeff Cantrill
Assignee: Jeff Cantrill
Labels: explorer, openshift_v3, properties
Fix For: 4.4.0.Alpha1
The web and cli allows a user to scale their deployments, which is only possible now in
Eclipse by editing the replicationcontroller. Add UI to facilitate scaling. Scaling
should be allowed in some sort of context menu when selecting any of:
1. deployment (replication controller)
2. eclipse view of a deployment (service) -> walk back to the currrent deployment
3. pod -> walk back to the current deployment
updating 'spec.replicas' causes a new pods to spin up