Skip to content

Commit

Permalink
remove hacky kind script in favor of ctlptl (#1924)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
  • Loading branch information
krancour authored Apr 12, 2022
1 parent 98c50cc commit 6ab4d20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -428,14 +428,6 @@ publish-cli: build-cli
# Targets to facilitate hacking on Brigade. #
################################################################################

# This is our older way of doing things. It's left for now because we haven't
# yet completed documentation of our newer, less hacky, more productive devx
# tools. If you're reading this, we urge you to use the hack-kind-up target
# instead.
.PHONY: hack-new-kind-cluster
hack-new-kind-cluster:
hack/kind/new-cluster.sh

.PHONY: hack-kind-up
hack-kind-up:
ctlptl apply -f hack/kind/cluster.yaml
Expand Down
49 changes: 0 additions & 49 deletions hack/kind/new-cluster.sh

This file was deleted.

0 comments on commit 6ab4d20

Please sign in to comment.