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

Bug 1729516

Summary: [4.2 ci] degraded master due to failure to find rendered config
Product: OpenShift Container Platform Reporter: Colin Walters <walters>
Component: Machine Config OperatorAssignee: Antonio Murdaca <amurdaca>
Status: CLOSED NOTABUG QA Contact: Micah Abbott <miabbott>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
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-07-12 21:40:08 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 Colin Walters 2019-07-12 13:09:02 UTC
I just launched a CI cluster and the MCO is failing due to:

```
I0712 13:06:32.741893    4834 daemon.go:638] In bootstrap mode
E0712 13:06:32.741927    4834 writer.go:119] Marking Degraded due to: machineconfig.machineconfiguration.openshift.io "rendered-master-acc031e559e9f5d039080bccfab1f250" not found
```

```
$ oc get clusterversion
NAME      VERSION                           AVAILABLE   PROGRESSING   SINCE     STATUS
version   4.0.0-0.alpha-2019-04-10-154442   False       True          19m       Working towards 4.0.0-0.alpha-2019-04-10-154442: 99% complete
```

It's just one master, all the other machines are fine AFAICS.

Comment 1 Colin Walters 2019-07-12 13:38:20 UTC
I was wrong, all masters are degraded due to this.  Still debugging...

Comment 2 Colin Walters 2019-07-12 21:40:08 UTC
So if you look at that clusterversion it's obviously wrong.  Pilot error here, I had switched around my $PATH and stumbled across an old `openshift-install` binary I had somewhere else.