Skip to content

Commit 1d76dfa

Browse files
author
Steven Hardy
committed
1 parent 463f01c commit 1d76dfa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ocp_install_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export CLUSTER_DOMAIN="${CLUSTER_NAME}.${BASE_DOMAIN}"
88
export SSH_PUB_KEY="${SSH_PUB_KEY:-$(cat $HOME/.ssh/id_rsa.pub)}"
99
export EXTERNAL_SUBNET="192.168.111.0/24"
1010
export DNS_VIP=${DNS_VIP:-"192.168.111.2"}
11+
export KNI_INSTALL_FROM_GIT=true
1112

1213
#
1314
# See https://origin-release.svc.ci.openshift.org/ for release details
@@ -38,7 +39,7 @@ function extract_installer() {
3839
function clone_installer() {
3940
# Clone repo, if not already present
4041
if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then
41-
sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git
42+
sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git https://patch-diff.githubusercontent.com/raw/openshift/installer/pull/2079.patch
4243
fi
4344
}
4445

0 commit comments

Comments
 (0)