Skip to content

Commit

Permalink
Merge pull request juju#16308 from barrettj12/k3s-operator-update
Browse files Browse the repository at this point in the history
juju#16308

Builds the image and uploads it to `k3s`, just as with the `microk8s` and `minikube` targets.

## QA steps

```sh
make k3s-operator-update
```
  • Loading branch information
jujubot authored Sep 22, 2023
2 parents 29fb0c1 + 0efd9dc commit e5ab1be
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 e5ab1be

Please sign in to comment.