Web console: editing compute resource limits#6853
Web console: editing compute resource limits#6853openshift-bot merged 1 commit intoopenshift:masterfrom
Conversation
bb18f89 to
881ee30
Compare
3162eaa to
341a269
Compare
|
@jwforres PTAL |
There was a problem hiding this comment.
limit ranges very very rarely change, wondering if we should just list here and save a websocket connection, when we originally talked about watching for this stuff it was for quota which was going to be updating potentially.
There was a problem hiding this comment.
Yeah, I'll make the change.
|
@jwforres thoughts on this alternative for showing limit range and default? |
|
Hm, maybe the placeholder is a bad idea for the default. |
There was a problem hiding this comment.
same thing here, change to a list
|
Rebased and removed the limit range watches. |
There was a problem hiding this comment.
trying to follow exactly where unit normalization is happening with the current value vs the min and max. some comments might help here
0101412 to
ddf4faa
Compare
|
Rebased and updated. Current UI: @jwforres please have another look |
|
LGTM fork_ami |
|
Rebased and fixed java/bindata conflict. |
|
Rebased. |
|
@spadgett FYI I think the PodLimitRequest mechanics are firmed up, will confirm more solidly at scrum this afternoon. See implementation details under https://trello.com/c/rRN7m0zv PR #6901 |
|
Rebased. |
|
[test] |
c47b4ae to
8bef1c6
Compare
| angular.forEach(containers, function(container) { | ||
| var resources = container.resources; | ||
| if (!resources) { | ||
| return; |
There was a problem hiding this comment.
wouldn't this container's defaults still matter, you wouldn't have validation on these fields but the defaults should still go against the total
* Allow editing compute resource requests and limits for deployment configs and replication controllers that don't have a deployment config. * Allow setting compute resource requests and limits during create.
|
LGTM [merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/4852/) (Image: devenv-rhel7_3333) |
|
Evaluated for origin merge up to d0cafa7 |
|
Evaluated for origin test up to d0cafa7 |
|
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/815/) |
| $scope.resourceURL = Navigate.resourceURL($scope.name, "ReplicationController", $routeParams.project); | ||
| $scope.showPodWarning = true; | ||
| } else { | ||
| Navigate.toErrorPage("A replication controller or deployment config must be provided."); |


https://trello.com/c/23NdtCwN
Browse deployment config:
Set resource limits page:
/cc @jwforres @derekwaynecarr @sosiouxme