You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CORS-3633: Fail the install when there are expired certs
** When the user creates the ignition configs and a failure or some time goes by before cluster creation occurs, the
certs could go bad/expire. The installer can warn of expired certs, but it does not fail. These warnings are often
overlooked and pass by too quickly during the installation process. The changes here will cause an immediate failure.
logrus.Warnf("Bootstrap Ignition-Config: %d certificates expired. Installation attempts with the created Ignition-Configs will possibly fail.", expiredCerts)
0 commit comments