kubernetes-sigs / cluster-api-provider-vsphere

Apache License 2.0
364 stars 291 forks source link

Document how to consume post-submit / nightly images #2148

Open sbueringer opened 1 year ago

sbueringer commented 1 year ago

After the recent changes in #2051 we are now publishing images on every merge to the main and release branches.

Additionally for the main branch we tag images with a nightly tag and publish corresponding manifests (e.g. infrastructure-components.yaml & cluster-templates) to GCS.

Let's document where those images are available / how to consume them (e.g. via clusterctl if that is easily possible (?)).

Images:

Manifests:

sbueringer commented 11 months ago

/help

k8s-ci-robot commented 11 months ago

@sbueringer: This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/issues/2148): >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
damdo commented 2 months ago

Hey @sbueringer

RE: documenting this process, I'm working on this for CAPA and wanted to see if this could be replicated for CAPV in some capacity, so we can somehow align how some of the providers document this. See: https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/4968 LMK what you think here. Thanks!

sbueringer commented 2 months ago

Nice, yup roughly the same should work for CAPV so we can document it the same way

damdo commented 2 months ago

Awesome, thank you!

fabriziopandini commented 2 months ago

Let's document where those images are available / how to consume them (e.g. via clusterctl if that is easily possible (?)).

I did some work in the past to use CAPI/CAPD nightly builds (see https://cluster-api.sigs.k8s.io/clusterctl/developers.html?highlight=nightl#nightly-builds) We could probably build up on this work. Happy to pair if it can help

sbueringer commented 2 months ago

Interesting. Now that you're referring to clusterctl, I remember this one recent PR: https://github.com/kubernetes-sigs/cluster-api/pull/9797/files