-
Notifications
You must be signed in to change notification settings - Fork 527
[GEP-33] Fix default architecture when using capabilities #12745
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
[GEP-33] Fix default architecture when using capabilities #12745
Conversation
…n shoot admission and image selection
53ff181
to
2e03e55
Compare
…files with one architecture
3eff8e2
to
def30ec
Compare
/assign |
…e in helpter functions.
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.
Nit :)
Co-authored-by: Tim Usner <tim.usner@sap.com>
@Roncossek: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest-required |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: cb64d439a751dc568f98ad912fbfe0314010d6b4
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: timuthy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…2745) * fix: pass cloudprofile default architecture when using capabilities on shoot admission and image selection * fix architecture defaulting for machineTypes on capabilities cloudprofiles with one architecture * pass capability definitions direktly to determine default architecture in helpter functions. * Update pkg/apis/core/v1beta1/types_cloudprofile.go Co-authored-by: Tim Usner <tim.usner@sap.com> --------- Co-authored-by: Tim Usner <tim.usner@sap.com>
How to categorize this PR?
/area control-plane
/kind bug
What this PR does / why we need it:
When working with cloudprofiles that use capabilities and only one architecture is supported the following issues arise:
spec.machineTypes[0].architecture
Special notes for your reviewer:
When a cloudprofiles defines only one architecture. The architecture capability is not required on every machineType and machineImage in the cloudprofile. Only when multiple architectures are supported its required to be explicitly set.
@LucaBernstein @timuthy
Release note: