mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
Use the correct managed cluster name in the apply-spoke-cr-hosted target (#266)
Signed-off-by: mprahl <mprahl@users.noreply.github.com> Signed-off-by: mprahl <mprahl@users.noreply.github.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -162,7 +162,7 @@ apply-spoke-cr: bootstrap-secret
|
||||
| $(KUBECTL) apply -f -
|
||||
|
||||
apply-spoke-cr-hosted: bootstrap-secret-hosted external-managed-secret
|
||||
$(KUSTOMIZE) build deploy/klusterlet/config/samples | $(SED_CMD) -e "s,mode: Default,mode: Detached," -e "s,quay.io/open-cluster-management/registration,$(REGISTRATION_IMAGE)," -e "s,quay.io/open-cluster-management/work,$(WORK_IMAGE)," | $(KUBECTL) apply -f -
|
||||
$(KUSTOMIZE) build deploy/klusterlet/config/samples | $(SED_CMD) -e "s,mode: Default,mode: Detached," -e "s,quay.io/open-cluster-management/registration,$(REGISTRATION_IMAGE)," -e "s,quay.io/open-cluster-management/work,$(WORK_IMAGE)," -e "s,cluster1,$(MANAGED_CLUSTER_NAME)," | $(KUBECTL) apply -f -
|
||||
|
||||
clean-hub-cr:
|
||||
$(KUBECTL) delete managedcluster --all --ignore-not-found
|
||||
|
||||
Reference in New Issue
Block a user