We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c50cc commit 6ab4d20Copy full SHA for 6ab4d20
Makefile
@@ -428,14 +428,6 @@ publish-cli: build-cli
428
# Targets to facilitate hacking on Brigade. #
429
################################################################################
430
431
-# This is our older way of doing things. It's left for now because we haven't
432
-# yet completed documentation of our newer, less hacky, more productive devx
433
-# tools. If you're reading this, we urge you to use the hack-kind-up target
434
-# instead.
435
-.PHONY: hack-new-kind-cluster
436
-hack-new-kind-cluster:
437
- hack/kind/new-cluster.sh
438
-
439
.PHONY: hack-kind-up
440
hack-kind-up:
441
ctlptl apply -f hack/kind/cluster.yaml
hack/kind/new-cluster.sh
0 commit comments