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
Is your feature request related to a problem? Please describe.
I need to use a custom version of klipper-helm (considered a core image since it is found in rke2-images-core.linux-amd64.txt for each release) to address a bug, but it doesn't seem possible to override the version being used by RKE2 unlike for other core images like kube-apiserver, kube-scheduler, etcd, and so on: https://github.com/rancher/rke2/blob/master/pkg/images/images.go#L15-L25
Describe alternatives you've considered
I've considered tagging my custom klipper-helm image as the upstream klipper-helm image desired by my target RKE2 version and adding that to my image registry to use instead of the unmodified upstream image. This is currently working, but it goes against best practices and is stopgap that is undesired as a long-term solution.
Thanks!
The text was updated successfully, but these errors were encountered:
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 180 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
I need to use a custom version of
klipper-helm
(considered a core image since it is found inrke2-images-core.linux-amd64.txt
for each release) to address a bug, but it doesn't seem possible to override the version being used by RKE2 unlike for other core images likekube-apiserver
,kube-scheduler
,etcd
, and so on: https://github.com/rancher/rke2/blob/master/pkg/images/images.go#L15-L25Describe the solution you'd like
I would like if all images found in
rke2-images-core.linux-amd64.txt
are able to be overridden via the RKE2 CLI / config by adding missing images such asklipper-helm
to https://github.com/rancher/rke2/blob/master/pkg/images/images.goDescribe alternatives you've considered
I've considered tagging my custom klipper-helm image as the upstream klipper-helm image desired by my target RKE2 version and adding that to my image registry to use instead of the unmodified upstream image. This is currently working, but it goes against best practices and is stopgap that is undesired as a long-term solution.
Thanks!
The text was updated successfully, but these errors were encountered: