Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1684217

Summary: console: Edit Machine set does not bring up the ability to modify
Product: OpenShift Container Platform Reporter: Ryan Cook <rcook>
Component: Management ConsoleAssignee: Jon Jackson <jonjacks>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.1.0CC: aos-bugs, jokerman, mmccomas, spadgett, yanpzhan, yapei
Target Milestone: ---   
Target Release: 4.1.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: 2019-03-19 17:26:50 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:

Description Ryan Cook 2019-02-28 18:19:05 UTC
Description of problem: On both firefox and chrome going to https://console-openshift-console.apps.shegde40.shegde40.sysdeseng.com/k8s/ns/openshift-machine-api/machine.openshift.io~v1beta1~MachineSet/shegde40-sfsjv-worker-us-east-1f/yaml doesn't actually take me anywhere besides a blank page


Version-Release number of selected component (if applicable):     v1.12.4+c547bc3e86 0.13.0


How reproducible: From the console logged in as kubeadmin attempt to modify machines



Steps to Reproduce:
1. Click Machines -> machine sets
2. Select project -> openshift-machine-api
3. Click a machine set or try to edit machine set

Actual results: blank page


Expected results: ability to modify machine set


Additional info:

Comment 1 Samuel Padgett 2019-02-28 19:44:04 UTC
This is the same underlying issue as https://jira.coreos.com/browse/CONSOLE-1277

Will be fixed by https://github.com/openshift/console/pull/1187

Comment 2 Yadan Pei 2019-03-01 06:48:05 UTC
$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.0.0-0.nightly-2019-02-28-054829   True        False         4h15m   Cluster version is 4.0.0-0.nightly-2019-02-28-054829

$ oc get pods -n openshift-console -o yaml | grep image
      console.openshift.io/image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b3344ee508ee1f463368d310a600084f792e9829d14f3b564b33928413cefa8
      image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b3344ee508ee1f463368d310a600084f792e9829d14f3b564b33928413cefa8
      imagePullPolicy: IfNotPresent

$ oc image info quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b3344ee508ee1f463368d310a600084f792e9829d14f3b564b33928413cefa8
io.openshift.build.commit.id=d10fb8b637562015a0c704e72855e2d0c318783c

$ git log d10fb8b637562015a0c704e72855e2d0c318783c | grep '#1187'
    Merge pull request #1187 from coreos-inc/change-ldap-validator-path

fix PR is not included in 4.0.0-0.nightly-2019-02-28-054829

Comment 3 Yanping Zhang 2019-03-08 02:37:55 UTC
4.0.0-0.nightly-2019-03-06-074438
console image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:675da84ddba2b712c62b2fa37cbb57537d35b0c100df94a8f3f2bd970e12fab8
console commit: 24942e86dd5bef0b17c1e33bfcd386b450c49b19

Checked on ocp 4 with above version, go to one machineset page, click yaml, it displays machineset info correctly.
The bug has been fixed, so move it to Verified.