|
@@ -531,6 +531,9 @@ an OpenShift Container Platform cluster
|
|
|
except TypeError:
|
|
|
# YAML couldn't load the result, this is not a master
|
|
|
pass
|
|
|
+ except OSError:
|
|
|
+ # The OC command doesn't exist here. Move along.
|
|
|
+ pass
|
|
|
else:
|
|
|
(cert_subject,
|
|
|
cert_expiry_date,
|
|
@@ -557,6 +560,9 @@ an OpenShift Container Platform cluster
|
|
|
except TypeError:
|
|
|
# YAML couldn't load the result, this is not a master
|
|
|
pass
|
|
|
+ except OSError:
|
|
|
+ # The OC command doesn't exist here. Move along.
|
|
|
+ pass
|
|
|
else:
|
|
|
(cert_subject,
|
|
|
cert_expiry_date,
|