You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apiserver/Makefile
+1-1
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ security-proxy-image: ## Build the security proxy image to be loaded in your kin
136
136
.PHONY: deploy-operator
137
137
deploy-operator: ## Deploy operator via helm into the K8s cluster specified in ~/.kube/config.
138
138
# 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.
0 commit comments