From 717927271f1f4fb0925c9a2e960aa4a26f36a5ba Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Mon, 15 Oct 2018 22:07:11 -0500 Subject: [PATCH] ignition assets: fix progress event creation oc create requires -f fixes #470 --- pkg/asset/ignition/bootstrap/content/report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/asset/ignition/bootstrap/content/report.go b/pkg/asset/ignition/bootstrap/content/report.go index 5178c2be5ab..5f3aa97ec53 100644 --- a/pkg/asset/ignition/bootstrap/content/report.go +++ b/pkg/asset/ignition/bootstrap/content/report.go @@ -34,7 +34,7 @@ TIMESTAMP="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" echo "Reporting install progress..." -oc --config="$KUBECONFIG" create <