We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10106ee commit f30eb52Copy full SHA for f30eb52
ocp_install_env.sh
@@ -9,6 +9,9 @@ export SSH_PUB_KEY="`cat $HOME/.ssh/id_rsa.pub`"
9
# Not used by the installer. Used by s.sh.
10
export SSH_PRIV_KEY="$HOME/.ssh/id_rsa"
11
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
+
15
function generate_ocp_install_config() {
16
local outdir
17
0 commit comments