liquidmetal-dev/cluster-api-provider-microvm
View on GitHubOption to give shorter image/version names for flintlock spec
Open
#226 opened on Sep 22, 2022
good first issuekind/feature
Repository metrics
- Stars
- (154 stars)
- PR merge metrics
- (PR metrics pending)
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:
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.