From af5f8260e8e4bf9446887fd6f88a953eea996e3b Mon Sep 17 00:00:00 2001 From: Ben Vesel <10840174+bennerv@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:35:10 -0400 Subject: [PATCH] bug: Keep cli-domain-from-installer-image until we use minimal hive version (#3257) --- pkg/hive/install.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/hive/install.go b/pkg/hive/install.go index 39f56eb0c74..ee4fab638c2 100644 --- a/pkg/hive/install.go +++ b/pkg/hive/install.go @@ -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{