Skip to content

Commit f30eb52

Browse files
author
Steven Hardy
committed
Use temporary images to workaround machine-api/cvo failure
To unblock testing use this temporary build, we'll switch back to the latest images when openshift/machine-api-operator#246 lands
1 parent 10106ee commit f30eb52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ocp_install_env.sh

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export SSH_PUB_KEY="`cat $HOME/.ssh/id_rsa.pub`"
99
# Not used by the installer. Used by s.sh.
1010
export SSH_PRIV_KEY="$HOME/.ssh/id_rsa"
1111

12+
# Temporary workaround pending merge of https://github.com/openshift/machine-api-operator/pull/246
13+
export OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE="quay.io/vrutkovs/kni-release-mar13:release"
14+
1215
function generate_ocp_install_config() {
1316
local outdir
1417

0 commit comments

Comments
 (0)