Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Aug 30, 2022
1 parent d76b044 commit fb4116d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ kind-cluster: ## Create a new kind cluster designed for development with Tilt
hack/kind-install-for-capd.sh

.PHONY: kind-reset
kind-reset: ## Destroys the kind cluster with the name $CAPI_KIND_CLUSTER_NAME.
kind-reset: ## Cleans up the kind cluster with the name $CAPI_KIND_CLUSTER_NAME.
kind delete cluster --name="$(CAPI_KIND_CLUSTER_NAME)" || true

.PHONY: tilt-up
Expand Down Expand Up @@ -958,10 +958,10 @@ clean-bin: ## Remove all generated binaries

.PHONY: clean-tilt
clean-tilt: ## Remove all files generated by Tilt
rm -rf ./tiltbuild
rm -rf ./controlplane/kubeadm/tiltbuild
rm -rf ./bootstrap/kubeadm/tiltbuild
rm -rf ./test/infrastructure/docker/tiltbuild
rm -rf ./.tiltbuild
rm -rf ./controlplane/kubeadm/.tiltbuild
rm -rf ./bootstrap/kubeadm/.tiltbuild
rm -rf ./test/infrastructure/docker/.tiltbuild

.PHONY: clean-charts
clean-charts: ## Remove all local copies of Helm charts in ./hack/observability
Expand Down
2 changes: 0 additions & 2 deletions docs/book/src/developer/tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ manager --logging-format=json

### Create a kind cluster and run Tilt!

### Create a kind cluster

To create a pre-configured kind cluster (if you have not already done so) and launch your development environment, run

```bash
Expand Down

0 comments on commit fb4116d

Please sign in to comment.