Skip to content

Commit

Permalink
bug: Keep cli-domain-from-installer-image until we use minimal hive v…
Browse files Browse the repository at this point in the history
…ersion (Azure#3257)
  • Loading branch information
bennerv authored and ventifus committed Feb 7, 2024
1 parent 8e3dc70 commit 4e2db2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/hive/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ func (c *clusterManager) clusterDeploymentForInstall(doc *api.OpenShiftClusterDo
// https://github.com/openshift/hive/pull/2157
// Will not pull ocp-release and oc-cli images
"hive.openshift.io/minimal-install-mode": "true",

// TODO: remove until we use a version of hive at minimal install
"hive.openshift.io/cli-domain-from-installer-image": "true",
},
},
Spec: hivev1.ClusterDeploymentSpec{
Expand Down

0 comments on commit 4e2db2b

Please sign in to comment.