Skip to content

Commit 89e980f

Browse files
[Docs] Correct command to load KubeRay operator image (#3387)
Signed-off-by: jiangjiawei1103 <waynechuang97@gmail.com>
1 parent 44d22fd commit 89e980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apiserver/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ security-proxy-image: ## Build the security proxy image to be loaded in your kin
136136
.PHONY: deploy-operator
137137
deploy-operator: ## Deploy operator via helm into the K8s cluster specified in ~/.kube/config.
138138
# Note that you should make your operatorimage available by either pushing it to an image registry, such as DockerHub or Quay, or by loading the image into the Kubernetes cluster.
139-
# If you are using a Kind cluster for development, you can run `make load-image` to load the newly built image into the Kind cluster.
139+
# If you are using a Kind cluster for development, you can run `make load-operator-image` to load the newly built image into the Kind cluster.
140140
helm upgrade --install raycluster ../helm-chart/kuberay-operator --wait \
141141
--set image.tag=${OPERATOR_IMAGE_TAG} --set image.pullPolicy=IfNotPresent
142142

0 commit comments

Comments
 (0)