Pr v1alpha2 further refactorings#455
Conversation
|
/assign @hidekazuna |
| containers: | ||
| # Change the value of image field below to your controller image URL | ||
| - image: docker.io/sbueringer/cluster-api-provider-openstack:dev | ||
| - image: k8scloudprovider/cluster-api-openstack-controller-amd64:dev |
There was a problem hiding this comment.
Image name should be cluster-api-openstack-controller:latest if we refer to aws.
https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/master/config/default/manager_image_patch.yaml#L11
There was a problem hiding this comment.
I would use the one published to dockerhub for now:
https://hub.docker.com/r/k8scloudprovider/openstack-cluster-api-controller/tags
(no idea how it's published to docker hub)
Let's adjust it when we implement the image release process
There was a problem hiding this comment.
The job in OpenLab publishes the images periodically.
https://github.com/theopenlab/openlab-zuul-jobs/blob/master/zuul.d/projects.yaml#L205
I agree to adjust when we discuss release process.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
* further refactorings for v1alpha2 * test fix & define targets for prow * regen & fix typo in log message * fix tests * fix gen examples * minor renaming, * nil pointer fix * implement machinedeployment * fix tests * review fixes
What this PR does / why we need it:
More refactorings for v1alpha2
This includes: (mostly syncs with CAPA)
I updated the list of open issues for v1alpha2 here: #380 (comment)