liquidmetal-dev / liquidmetal-dev/cluster-api-provider-microvm
Option to give shorter image/version names for flintlock spec
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.