Add general command to makefile
parent
bf30e78133
commit
d52d0df00c
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
|
||||
all: cluster image load apply restart watch
|
||||
|
||||
cluster: kind-config.yaml
|
||||
kind create cluster --config kind-config.yaml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue