Skip to content

Commit

Permalink
remove unnecessary local image loading to kind cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptob2 committed Dec 3, 2024
1 parent 343ceb0 commit f55ab68
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MINIKUBE_VERSION ?= latest

# The release version of Yunikorn images
# used in integration and performance tests.
YK_VERSION=fab384e
YK_VERSION=ca3bc94

##@ General

Expand Down Expand Up @@ -433,10 +433,7 @@ install-and-patch-yunikorn: helm-install-yunikorn patch-yunikorn-service ## inst
.PHONY: helm-install-yunikorn
.ONESHELL:
helm-install-yunikorn: ## install yunikorn using helm.
@echo "\nLoading Local Docker images into kind cluster..."
$(KIND) load docker-image ${IMAGE_REGISTRY}/yunikorn:admission-${ARCH}-${YK_VERSION} --name ${CLUSTER_NAME}
$(KIND) load docker-image ${IMAGE_REGISTRY}/yunikorn:scheduler-plugin-${ARCH}-${YK_VERSION} --name ${CLUSTER_NAME}
$(KIND) load docker-image ${IMAGE_REGISTRY}/yunikorn:scheduler-${ARCH}-${YK_VERSION} --name ${CLUSTER_NAME}
@echo "\nInstalling yunikorn helm chart..."
$(HELM) upgrade --install yunikorn yunikorn/yunikorn --namespace $(NAMESPACE) --create-namespace \
--set image.repository=${IMAGE_REGISTRY}/yunikorn \
--set image.tag=scheduler-${ARCH}-${YK_VERSION} \
Expand Down

0 comments on commit f55ab68

Please sign in to comment.