Skip to content

Commit b5d5ed9

Browse files
committed
🔨 Basic Kind cluster
1 parent 17db341 commit b5d5ed9

12 files changed

+870
-2
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: changelog release
2+
3+
changelog:
4+
git-chglog -o CHANGELOG.md --next-tag `semtag final -s minor -o`
5+
6+
release:
7+
semtag final -s minor

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# terraform-kind-cluster
2-
Terraform module to create Kubernetes cluster from Kind CLI
1+
# Kind Cluster

0 commit comments

Comments
 (0)