diff --git a/cmd/openshift-install/create.go b/cmd/openshift-install/create.go index 947598901bc..7324bd50485 100644 --- a/cmd/openshift-install/create.go +++ b/cmd/openshift-install/create.go @@ -210,7 +210,8 @@ func destroyBootstrap(ctx context.Context, directory string) (err error) { }, ) if err != nil { - return errors.Wrap(err, "waiting for bootstrap-complete") + logrus.Error(errors.Wrap(err, "waiting for bootstrap-complete")) + return nil } logrus.Info("Destroying the bootstrap resources...")