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
@@ -72,7 +85,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
72
85
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
73
86
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
74
87
.PHONY: docker-build
75
-
docker-build: test ## Build docker image with the manager.
88
+
docker-build: #test ## Build docker image with the manager.
76
89
docker build -t ${IMG}.
77
90
78
91
.PHONY: docker-push
@@ -119,6 +132,30 @@ deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in
119
132
undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
0 commit comments