Skip to content

Commit

Permalink
fix makefile to override image name
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Nov 12, 2024
1 parent 3958c3d commit ba79e19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ update:


# get image name from directory we're building
IMAGE_NAME=cloud-provider-kind
IMAGE_NAME?=cloud-provider-kind
# docker image registry, default to upstream
REGISTRY?=gcr.io/k8s-staging-kind
# tag based on date-sha
Expand All @@ -57,4 +57,4 @@ image-push:
--push

.PHONY: release # Build a multi-arch docker image
release: ensure-buildx image-push
release: ensure-buildx image-push
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ can make it available elsewhere if appropriate:
sudo install ~/go/bin/cloud-provider-kind /usr/local/bin
```

Starting with v0.4.0, the docker image for cloud-provider-kind is available
at `registry.k8s.io/cloud-provider-kind/cloud-controller-manager:v0.4.0`

You can also build it locally:

```sh
Expand Down

0 comments on commit ba79e19

Please sign in to comment.