Skip to content

Commit d0d4a1d

Browse files
Update image build command (kubernetes#2666)
Co-authored-by: FavourEva <[email protected]>
1 parent c21ee1a commit d0d4a1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cinder-csi-plugin/using-cinder-csi-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ To build cinder-csi-plugin image
262262

263263
```
264264
$ export ARCH=amd64 # Defaults to amd64
265-
$ make image-cinder-csi-plugin
265+
$ make build-local-image-cinder-csi-plugin
266266
```
267267

268268
### Testing

docs/developers-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In cloud-provider-openstack repo directory, run:
106106
```
107107
REGISTRY=<your-dockerhub-account> \
108108
VERSION=<image-tag> \
109-
make image-openstack-cloud-controller-manager
109+
make build-local-image-openstack-cloud-controller-manager
110110
```
111111

112112
The above command builds a container image locally with the name:
@@ -121,7 +121,7 @@ You may notice there is a suffix `-amd64` because cloud-provider-openstack suppo
121121
ARCH=amd64 \
122122
REGISTRY=<your-dockerhub-account> \
123123
VERSION=<image-tag> \
124-
make image-openstack-cloud-controller-manager
124+
make build-local-image-openstack-cloud-controller-manager
125125
```
126126

127127
If the kubernetes cluster can't access the image locally, you need to upload the image to container registry first by running `docker push`.

0 commit comments

Comments
 (0)