Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Log in to your registry account. Export the following environment variables whic

Variable | Meaning | Mandatory | Example
------------ | ------------- | ------------- | -------------
REGISTRY | The registry name | Yes | docker.io/<username>
IMAGE_NAME | The image name (default: capi-openstack-controller | No | capi-openstack-controller
VERSION | The image version (default: dev) | No | latest
REGISTRY | The registry name | Yes | docker.io/\<username\>
IMAGE_NAME | The image name (default: capi-openstack-controller) | No | capi-openstack-controller
TAG | The image version (default: dev) | No | latest

Execute the command to build and upload the image to the Docker registry.

Expand All @@ -37,7 +37,7 @@ make docker-build docker-push

### Using your own capi-openstack controller image

After generating `provider-components.yaml`, replace the `gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:latest` with your image.
After generating `provider-components.yaml`, replace the `us.gcr.io/k8s-artifacts-prod/capi-openstack/capi-openstack-controller:v0.2.0` with your image.

## Developing with Tilt

Expand Down