-
Notifications
You must be signed in to change notification settings - Fork 386
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
Removes images in k0s config create by default #2621
Removes images in k0s config create by default #2621
Conversation
Fixes k0sproject#2587 Signed-off-by: Juan Luis de Sousa-Valadas Castaño <[email protected]>
Default behavior:
With flag:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was under the impression that only the versions should be suppressed, not the whole images field. Despite that, LGTM.
@@ -56,40 +56,6 @@ spec: | |||
storage: | |||
create_default_storage_class: false | |||
type: external_storage | |||
images: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any other places in the docs that list all the images that k0s will use? I wonder if it would make sense to have some place in the docs where they're listed.
Co-authored-by: Kimmo Lehto <[email protected]> Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
The problem with that approach is that if we change the image we will have the same problem, and we don't host most of the images so it's an added risk. |
Hmm, you're right. Although, in contrast to the image versions, the image names are quite stable. |
Fixes #2587
Signed-off-by: Juan Luis de Sousa-Valadas Castaño [email protected]
Description
Fixes # (issue)
Type of change
How Has This Been Tested?
Checklist: