Description of problem: It's better to add "SchedulingDisabled" status for nodes marked as un-schedulable Version-Release number of selected component (if applicable): openshift v3.11.0-0.9.0 How reproducible: Always Steps to Reproduce: 1.Go to Administration -> Nodes page 2.Select one Node "qe-ui-311-node-1" and Mark it as Unschedulable 3. Actual results: 2. Node Status is still show Ready Expected results: 2. It's better if we could show Ready,SchedulingDisabled as in CLI # oc get node NAME STATUS ROLES AGE VERSION qe-ui-311-master-etcd-1 Ready master 6h v1.11.0+d4cacc0 qe-ui-311-node-1 Ready,SchedulingDisabled compute 5h v1.11.0+d4cacc0 Additional info:
PR opened https://github.com/openshift/console/pull/322
*** This bug has been marked as a duplicate of bug 1748405 ***