BareMetalHost is the Schema for the baremetalhosts API
BareMetalHost is the Schema for the baremetalhosts API
object
Property | Type | Description |
---|---|---|
|
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
|
|
|
BareMetalHostSpec defines the desired state of BareMetalHost |
|
|
BareMetalHostStatus defines the observed state of BareMetalHost |
BareMetalHostSpec defines the desired state of BareMetalHost
object
online
Property | Type | Description |
---|---|---|
|
|
When set to disabled, automated cleaning will be avoided during provisioning and deprovisioning. |
|
|
How do we connect to the BMC? |
|
|
Which MAC address will PXE boot? This is optional for some types, but required for libvirt VMs driven by vbmc. |
|
|
Select the method of initializing the hardware during boot. Defaults to UEFI. |
|
|
ConsumerRef can be used to store information about something that is using a host. When it is not empty, the host is considered "in use". |
|
|
A custom deploy procedure. |
|
|
Description is a human-entered text used to help identify the host |
|
|
ExternallyProvisioned means something else is managing the image running on the host and the operator should only manage the power status and hardware inventory inspection. If the Image field is filled in, this field is ignored. |
|
|
BIOS configuration for bare metal server |
|
|
What is the name of the hardware profile for this host? It should only be necessary to set this when inspection cannot automatically determine the profile. |
|
|
Image holds the details of the image to be provisioned. |
|
|
MetaData holds the reference to the Secret containing host metadata (e.g. meta_data.json) which is passed to the Config Drive. |
|
|
NetworkData holds the reference to the Secret containing network configuration (e.g content of network_data.json) which is passed to the Config Drive. |
|
|
Should the server be online? |
|
|
PreprovisioningNetworkDataName is the name of the Secret in the local namespace containing network configuration (e.g content of network_data.json) which is passed to the preprovisioning image, and to the Config Drive if not overridden by specifying NetworkData. |
|
|
RAID configuration for bare metal server |
|
|
Provide guidance about how to choose the device for the image being provisioned. |
|
|
Taints is the full, authoritative list of taints to apply to the corresponding Machine. This list will overwrite any modifications made to the Machine on an ongoing basis. |
|
|
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint. |
|
|
UserData holds the reference to the Secret containing the user data to be passed to the host before it boots. |
How do we connect to the BMC?
object
address
credentialsName
Property | Type | Description |
---|---|---|
|
|
Address holds the URL for accessing the controller on the network. |
|
|
The name of the secret containing the BMC credentials (requires keys "username" and "password"). |
|
|
DisableCertificateVerification disables verification of server certificates when using HTTPS to connect to the BMC. This is required when the server certificate is self-signed, but is insecure because it allows a man-in-the-middle to intercept the connection. |
ConsumerRef can be used to store information about something that is using a host. When it is not empty, the host is considered "in use".
object
Property | Type | Description |
---|---|---|
|
|
API version of the referent. |
|
|
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. |
|
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names |
|
|
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ |
|
|
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency |
|
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |