File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -167,3 +167,10 @@ spec:
167167
168168**NOTE:** when the DHCP range is not provided, IrSO will pick one for you. In
169169this example, it will be `192.0.2.10 - 192.0.2.253`.
170+
171+ # # What's next?
172+
173+ Check the [API reference][api-ref] (switch to the branch you're using) for
174+ all possible settings you can set on an Ironic object.
175+
176+ [api-ref] : https://github.com/metal3-io/ironic-standalone-operator/blob/main/docs/api.md#ironicspec
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ kubectl wait --for=condition=Available --timeout=60s \
3030
3131## API resources
3232
33- IrSO uses two Custom Resources to manage an Ironic installation:
34-
35- [ Ironic] ( https://github.com/metal3-io/ironic-standalone-operator/blob/main/config/crd/bases/ironic.metal3.io_ironics.yaml )
36- manages Ironic itself and all of its auxiliary services.
33+ IrSO uses the [ Ironic] [ api-ref ] custom resource to manage Ironic itself and all
34+ of its auxiliary services.
3735
3836See [ installing Ironic with IrSO] ( ./install-basics.md ) for information on how
3937to use these resources.
4038
39+ [ api-ref ] : https://github.com/metal3-io/ironic-standalone-operator/blob/main/docs/api.md#ironic
40+
4141## How is Ironic installed?
4242
4343By default, IrSO installs Ironic as a single pod on a ** control plane** node.
You can’t perform that action at this time.
0 commit comments