diff --git a/simple-proj/Makefile b/simple-proj/Makefile index 7290a48..2ccc20a 100644 --- a/simple-proj/Makefile +++ b/simple-proj/Makefile @@ -1,5 +1,7 @@ +all: cluster image load apply restart watch + cluster: kind-config.yaml kind create cluster --config kind-config.yaml