File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export CLUSTER_DOMAIN="${CLUSTER_NAME}.${BASE_DOMAIN}"
88export SSH_PUB_KEY=" ${SSH_PUB_KEY:- $(cat $HOME / .ssh/ id_rsa.pub)} "
99export EXTERNAL_SUBNET=" 192.168.111.0/24"
1010export 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() {
3839function 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
You can’t perform that action at this time.
0 commit comments