-
Notifications
You must be signed in to change notification settings - Fork 6
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
Extend OS Installation Options for Machines #145
Comments
A possible enhancement in the APIs could look following, it's open for discussion: ServerClaim: apiVersion: metal.ironcore.dev/v1alpha1
kind: ServerClaim
metadata:
name: example-serverclaim
spec:
power: "On"
...
bootPolicy: NetworkBootOnce # Options: NetworkBootOnce / NetworkBootAlways / None
status:
conditions:
- type: NetworkBootedOnce
status: "True"
reason: Network boot was performed once.
|
Thanks @hardikdr! I like the proposal. With above implemented, how would you approach behaviour in #175 ? I guess for |
@defo89 Considering the last offline discussions, it's probably not a good idea to delete the ServerBootConfig. |
Summary
Add support for multiple boot modes concerning how operating-system is installed on the Machine.
Progress Tracker:
Motivation
Better flexibility in deployment scenarios.
The text was updated successfully, but these errors were encountered: