liquidmetal-dev / liquidmetal-dev/cluster-api-provider-microvm

Option to give shorter image/version names for flintlock spec

Open
#226 0 comments 0 reactions 1 assignee View on GitHub

@Callisto13 is already working on this.

Since Jan 6, 2023.

  • #255 by @Callisto13 — closed without merging
good first issue kind/feature
Dominant language
Go
Stars
157
Forks
21
PR merge metrics
No merged PRs in 30d

Description

Right now users have to give the full URL of images to the flintlock spec, which is annoying.

```
ghcr.io/weaveworks/flintlock-kernel:5.10.77
```

At the CAPMVM level users should be able to do something like this:

```yaml
kernelVersion: 5.10.77
kubernetesVersion: 1.21.8
```

and we should build the rest of the url and supply flintlock with the correct things.

The previous API keys will still be available, for backwards compatibility and in case users want to bring their own images.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.