Skip to content

Commit

Permalink
Add k3s-operator-update Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Sep 22, 2023
1 parent 29fb0c1 commit 0efd9dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,11 @@ microk8s-operator-update: host-install operator-image
## microk8s-operator-update: Push up the newly built operator image for use with microk8s
@${UPDATE_MICROK8S_OPERATOR}

.PHONY: k3s-operator-update
k3s-operator-update: host-install operator-image
## k3s-operator-update: Push up the newly built operator image for use with k3s
docker save "$(shell ${OPERATOR_IMAGE_PATH})" | k3s ctr images import -

.PHONY: check-k8s-model
check-k8s-model:
## check-k8s-model: Check if k8s model is present in show-model
Expand Down

0 comments on commit 0efd9dc

Please sign in to comment.