Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow klipper-helm image version to be overridden #6592

Open
philip06 opened this issue Aug 20, 2024 · 1 comment
Open

Allow klipper-helm image version to be overridden #6592

philip06 opened this issue Aug 20, 2024 · 1 comment
Labels
kind/feature A large new piece of functionality

Comments

@philip06
Copy link

philip06 commented Aug 20, 2024

Currently, the latest version of RKE2 forces the usage of rancher/klipper-helm:v0.8.4-build20240523 which when ran against a docker scout command has quite a few critical and high vulnerabilities. With no way of refactoring out or changing the version of the image, it provides a serious problem for hardened environments.
image

The documentation provides a way to override several images, but many are missing. Adding options for all images, most importantly klipper-helm, would solve this issue entirely. https://docs.rke2.io/reference/server_config#image

The only alternative I've found is to retag a newer version of the image locally, but this is messy and misleading.

ctr -n=k8s.io image pull rancher/klipper-helm:v0.9.1-build20240731

ctr -n=k8s.io image tag rancher/klipper-helm:v0.9.1-build20240731 rancher/klipper-helm:v0.8.4-build20240523

Repost of closed issue: #2160

Copy link
Contributor

github-actions bot commented Oct 4, 2024

This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 45 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.

@caroline-suse-rancher caroline-suse-rancher added kind/feature A large new piece of functionality and removed status/stale labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A large new piece of functionality
Projects
None yet
Development

No branches or pull requests

2 participants