mirror of
https://github.com/kennethreitz/bruce-operator.git
synced 2026-06-05 23:20:18 +00:00
5 lines
175 B
Batchfile
5 lines
175 B
Batchfile
docker build --tag bruceproject/operator .
|
|
docker push bruceproject/operator
|
|
kubectl delete -f .\deploy\operator.yml -n bruce
|
|
kubectl create -f .\deploy\operator.yml -n bruce
|