You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ For version v0.x.y:
26
26
1. Note: `origin` should be the name of the remote pointing to `github.com/kubernetes-sigs/cluster-api-provider-openstack`
27
27
1. Run `make release` to build artifacts and push the images to the staging bucket
28
28
1. Follow the [Image Promotion process](https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io#image-promoter) to promote the image from the staging repo to `us.gcr.io/k8s-artifacts-prod/capi-openstack`
29
-
1. Create a release (with the above mentioned release notes) in GitHub based on the tag created above
29
+
1. Create a release in GitHub based on the tag created above
30
+
1. add the above mentioned release notes
31
+
1. upload `out/infrastructure-components.yaml`
30
32
1. The release issue is closed
31
33
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] cluster-api-provider-openstack $VERSION is released`
Copy file name to clipboardExpand all lines: docs/getting-started.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
- If you want to use VM, install [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/), version 0.30.0 or greater. Also install a [driver](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md). For Linux, we recommend `kvm2`. For MacOS, we recommend `VirtualBox`.
10
10
- If you want to use a container, install [Kind](https://github.com/kubernetes-sigs/kind#installation-and-usage).
11
11
- If you want to use an existing Kubernetes cluster, prepare a kubeconfig which for this cluster.
12
+
1. The CAPO provider requires an OS image (available in OpenStack), which is build like the ones in [image-builder](https://github.com/kubernetes-sigs/image-builder/tree/master/images/capi)
0 commit comments