-
Notifications
You must be signed in to change notification settings - Fork 11
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
SeedImage add platform selector #181
Comments
@aalves08 is this sufficient or would you need a JIRA as well ? |
What is the relationship between media type, arch, and os version? Am I correct to assume that the media type will specify both arch and os version? Will there always be builds for all architectures for every os version? |
As a side note, including the arch in the OS Version name (currently only the iso x86_64 builds do this) will make it confusing for users if we add a selector for the arch elsewhere. |
@frelon @davidcassany what |
Yes 1.6.2 is a good version cut. Any version >= 1.6.2 is fine. |
That's a good point. We might be missing on per OS version basis which are the architectures available. |
Does this mean the operator in staging (1.6.3) has the support for this feature @davidcassany or do we leave this to another release of the UI? |
@aalves08 FYI we added a new field: If a If I hope this can help. Since we are adding this to the SL Micro 6.0 channels, I think this feature can be gated to @davidcassany also FYI in case I missed anything |
When building installation media, it's also possible to select the target platform of the built image/iso.
Right now it could be a hardcoded list with
linux/x86_64
andlinux/arm64
and default to the current platform rancher is running on (or x86 if easier).This should set the
targetPlatform
field on the seedImage resource:The text was updated successfully, but these errors were encountered: