-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
M #-: Refactor Makefile and Kustomize scripts (#19)
- Remove 'help' recipe - Add 'release' and 'clean' recipes - Aggregate .PHONY - Upgrade binaries - Use flannel instead of calico - Fix general recipe dependency problems - Rename kubevip to default-vip - Add and use default-dev cluster template - Update .gitignore and .dockerignore - Update .env.sample
- Loading branch information
Showing
15 changed files
with
432 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file | ||
# Ignore build and test binaries. | ||
_artifacts/ | ||
_releases/ | ||
bin/ | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.