Skip to content

Commit 23b88d6

Browse files
Add generated manifests
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 1f31dd9 commit 23b88d6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_tinkerbellmachines.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ spec:
8080
When this field is set, the controller will create a job.bmc.tinkerbell.org object
8181
for getting the associated hardware into a CDROM booting state.
8282
A HardwareRef that contains a spec.BmcRef must be provided.
83+
8384
The format of the ISOURL must be http://$IP:$Port/iso/:macAddress/hook.iso
8485
The name of the ISO file must have the .iso extension, but the name can be anything.
85-
The $IP and $Port should generally point to the IP and Port of the Smee server as this is where
86-
the ISO patching endpoint lives.
87-
The ":macAddress" is a placeholder for the MAC address of the hardware and should be provided exactly as is: ":macAddress".
86+
The $IP and $Port should generally point to the IP and Port of the Smee server
87+
as this is where the ISO patching endpoint lives.
88+
The ":macAddress" is a placeholder for the MAC address of the hardware and
89+
should be provided exactly as is: ":macAddress".
8890
format: url
8991
type: string
9092
type: object

config/crd/bases/infrastructure.cluster.x-k8s.io_tinkerbellmachinetemplates.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ spec:
7070
When this field is set, the controller will create a job.bmc.tinkerbell.org object
7171
for getting the associated hardware into a CDROM booting state.
7272
A HardwareRef that contains a spec.BmcRef must be provided.
73+
7374
The format of the ISOURL must be http://$IP:$Port/iso/:macAddress/hook.iso
7475
The name of the ISO file must have the .iso extension, but the name can be anything.
75-
The $IP and $Port should generally point to the IP and Port of the Smee server as this is where
76-
the ISO patching endpoint lives.
77-
The ":macAddress" is a placeholder for the MAC address of the hardware and should be provided exactly as is: ":macAddress".
76+
The $IP and $Port should generally point to the IP and Port of the Smee server
77+
as this is where the ISO patching endpoint lives.
78+
The ":macAddress" is a placeholder for the MAC address of the hardware and
79+
should be provided exactly as is: ":macAddress".
7880
format: url
7981
type: string
8082
type: object

0 commit comments

Comments
 (0)