Add general command to makefile

main
John Kenyon 2025-06-23 16:10:05 -07:00
parent bf30e78133
commit d52d0df00c
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
all: cluster image load apply restart watch
cluster: kind-config.yaml
kind create cluster --config kind-config.yaml