Bug 1607740
| Summary: | [converged] Replication Controllers page lost a Modify Count quick link button | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | XiaochuanWang <xiaocwan> | ||||||
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | Yadan Pei <yapei> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 3.11.0 | CC: | aos-bugs, jokerman, mmccomas | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 3.11.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2018-07-24 12:10:14 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1470193 [details]
dc quick link button for scale pods
Version: Version-Release number of selected component (if applicable): docker.io/openshift/origin-console 889187ee7736 OpenShift Master: v3.11.0-0.9.0 Kubernetes Master: v1.11.0+d4cacc0 I'm a little hesitant to add this since you often should be scaling a deployment config, not the replication controller itself. You still need to be able to sometimes, but this makes it a bit too front and center in my opinion. Also note that some of the fields in that status box on the top of the deployment config page do not exist on replication controllers, so we can't reuse it directly. For now, I'm inclined to leave the behavior as-is. |
Created attachment 1470192 [details] rc also has scale function, need a quick link button Description of problem: Create an app with RC and pods. Browse to Replication Controllers page, check page and it missed "Modify Count" quick link button. It should be similar as "Deployment Configs" page. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. oc run myrc --image=aosqe/hello-openshift --limits="cpu=500m,memory=500Mi" 2. Check Replication Controllers page Actual results: 2. Page missed "Modify Count" quick link button. Expected results: 2. Page should have a quick link button similar as "Deployment Configs" page (please refer to screenshot) Additional info: There is quick scale button on "Deployment Configs" page