Skip to content

Commit

Permalink
Update README with information about the 2nd example
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Nov 22, 2023
1 parent f4f43eb commit 8766919
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ $ curl -k -u "$IRONIC_USER:$IRONIC_PASSWORD" https://10.89.0.2:6385/v1/drivers
### More detailed example

In this example, a MariaDB database is used instead of SQLite, and a
provisioning network is configured:
provisioning network is configured. You will need to generate your TLS
certificates with one more `subjectAltName` in the format `<database
name>-database.<namespace>.svc` (in this example, `ironic-database.test.svc`).
Then another resource needs to be created for the database itself:

```yaml
---
Expand Down Expand Up @@ -125,6 +128,8 @@ spec:
ramdiskSSHKey: "<YOUR SSH PUBLIC KEY HERE>"
```

This example also shows configuring DHCP for network booting.

## OpenShift notes

- Running a database requires the user to have `nonroot` or similar SCC.
Expand Down

0 comments on commit 8766919

Please sign in to comment.