Hide Forgot
(from upstream issue https://github.com/openshift/machine-config-operator/issues/997) Description During a UPI install of Openshift 4.1 on vSphere, the MCC is reporting vSphere as an unsupported platform. Steps to reproduce the issue: 1. Perform UPI install of OpenShift 4.1 on vSphere 2. Inspect MCC logs on bootstrap node Describe the results you received: ``` [root@bootstrap-0 ~]# crictl logs -f 2ad00effa3946 I0721 17:30:31.823340 1 bootstrap.go:40] Version: 4.1.6-201907101224-dirty (365c1cfd14de5b0e3b85e0fc815b0060f36ab955) W0721 17:30:31.831657 1 render.go:127] Warning: the controller config referenced an unsupported platform: vsphere W0721 17:30:31.843369 1 render.go:127] Warning: the controller config referenced an unsupported platform: vsphere W0721 17:30:31.845925 1 render.go:127] Warning: the controller config referenced an unsupported platform: vsphere W0721 17:30:31.847011 1 render.go:127] Warning: the controller config referenced an unsupported platform: vsphere W0721 17:30:31.849637 1 render.go:127] Warning: the controller config referenced an unsupported platform: vsphere W0721 17:30:31.852473 1 render.go:127] Warning: the controller config referenced an unsupported platform: vsphere ``` Describe the results you expected: No warnings about vSphere as an unsupported platform (filed on behalf of an email sent to aos-devel@redhat.com) The UPI docs state that vSphere is a supported platform, so it is confusing to users to encounter this kind of message in the logs. https://docs.openshift.com/container-platform/4.1/installing/installing_vsphere/installing-vsphere.html#installation-vsphere-config-yaml_installing-vsphere
As per conversation here: https://github.com/openshift/machine-config-operator/pull/998#discussion_r305925408 this might be the expected behavior currently
removing 4.1 target for now - not sure if this is going to make 4.2 either
Based on conversation in the PR (https://github.com/openshift/machine-config-operator/pull/998#discussion_r305925408) seems like this is the expected behavior at least for 4.2 (unless we're missing something).
It's suggested in https://bugzilla.redhat.com/show_bug.cgi?id=1784201 that the MCO's lack of support for vsphere prevents the trusted certificate from the cluster proxy config from being pushed to the nodes.