-
Notifications
You must be signed in to change notification settings - Fork 129
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
Hetzner: Skip operating system validation if custom image is provided #1818
Conversation
Hi @P4sca1. Thanks for your PR. I'm waiting for a kubermatic member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
@P4sca1 hey, thanks for contribution. Please add a Signed-off-by to your commit (for example with |
This should make it possible to use operating systems on Hetzner Cloud, that are not natively supported, by using custom images (snapshots). A side-effect of this commit is, that images returned by `getNameForOs()` are now also validated against the Hetzner API. For reference: kubermatic#1817 Requirements to use custom operating systems: 1. Create a snapshot of the operating system you want to use on Hetzner Cloud, e.g. using https://github.com/apricote/hcloud-upload-image/ 2. Add a new `OperatingSystemProfile` 3. Set the image in `MachineDeployment` to the name of the snapshot created in step 1 Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
I edited the file via the GitHub mobile app, which unfortunately does not sign the commits. |
/test all |
/lgtm |
LGTM label has been added. Git tree hash: 6c1c5ea8999a83efc545e5f7171471950c577f3a
|
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.
/approve
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik, kron4eg 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 |
Signed-off-by: 7oku <8048380+7oku@users.noreply.github.com>
* Support for Hetzner arm64 architecture instances Signed-off-by: 7oku <8048380+7oku@users.noreply.github.com> * fix conflict with #1818 Signed-off-by: 7oku <8048380+7oku@users.noreply.github.com> * remove leftovers from merge Signed-off-by: 7oku <8048380+7oku@users.noreply.github.com> --------- Signed-off-by: 7oku <8048380+7oku@users.noreply.github.com>
This should make it possible to use operating systems on Hetzner Cloud, that are not natively supported, by using custom images (snapshots).
A side-effect of this commit is, that images returned by
getNameForOs()
are now also validated against the Hetzner API.For reference: #1817
Requirements to use custom operating systems:
OperatingSystemProfile
MachineDeployment
to the name of the snapshot created in step 1/kind bug
Special notes for your reviewer:
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation: