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: workspaces/controller/Makefile
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,37 @@ vet: ## Run go vet against code.
63
63
test: manifests generate fmt vet envtest ## Run tests.
64
64
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test$$(go list ./... | grep -v /e2e) -coverprofile cover.out
65
65
66
+
# Creates a local Kubernetes cluster named kind-notebooks. By default, it proceeds to install essential cluster components: cert-manager and metrics-server.
67
+
# Metrics Server installation can be optionally skipped via a flag.
0 commit comments