Skip to content

Commit ce9938f

Browse files
correcting host name instances (#892)
1 parent 33b3c54 commit ce9938f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

modules/configuring-a-pipeline-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you want to use an existing artifact that was not generated by a task in a pi
8888
The *Use default database stored on your cluster* option is intended for development and testing purposes only. For production pipeline workloads, select the *Connect to external MySQL database* option to use an external MySQL or MariaDB database.
8989
====
9090
* Select *Connect to external MySQL database* to add a new connection to an external MySQL or MariaDB database that your pipeline server can access.
91-
... In the *Host* field, enter the database's host name.
91+
... In the *Host* field, enter the database's hostname.
9292
... In the *Port* field, enter the database's port.
9393
... In the *Username* field, enter the default user name that is connected to the database.
9494
... In the *Password* field, enter the password for the default user account.

modules/creating-a-model-registry.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ The resource name must not match the name of any other model registry resource i
4444
====
4545
. Optional: In the *Description* field, enter a description for the model registry.
4646
. In the *Connect to external MySQL database* section, enter the information for the external database where your model data is stored.
47-
.. In the *Host* field, enter the database's host name.
47+
.. In the *Host* field, enter the database's hostname.
4848
ifdef::upstream[]
4949
... If the database is running in the `odh-model-registries` namespace, enter only the hostname for the database.
50-
... If the database is running in a different namespace from `odh-model-registries`, enter the database hostname details in `<host name>.<namespace>.svc.cluster.local` format.
50+
... If the database is running in a different namespace from `odh-model-registries`, enter the database hostname details in `<hostname>.<namespace>.svc.cluster.local` format.
5151
endif::[]
5252
ifndef::upstream[]
5353
... If the database is running in the `rhoai-model-registries` namespace, enter only the hostname for the database.
54-
... If the database is running in a different namespace from `rhoai-model-registries`, enter the database hostname details in `<host name>.<namespace>.svc.cluster.local` format.
54+
... If the database is running in a different namespace from `rhoai-model-registries`, enter the database hostname details in `<hostname>.<namespace>.svc.cluster.local` format.
5555
endif::[]
5656
.. In the *Port* field, enter the port number for the database.
5757
.. In the *Username* field, enter the default user name that is connected to the database.

modules/editing-a-model-registry.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ The *Edit model registry* dialog opens.
2424
. Optional: In the *Name* field, edit the name of the model registry.
2525
. Optional: In the *Description* field, edit the description of the model registry.
2626
. Optional: In the *Connect to external MySQL database* section, edit the information for the external database where model data for the registry is stored.
27-
.. In the *Host* field, enter the database's host name.
27+
.. In the *Host* field, enter the database's hostname.
2828
ifdef::upstream[]
2929
... If the database is running in the `odh-model-registries` namespace, enter only the hostname for the database.
30-
... If the database is running in a different namespace from `odh-model-registries`, enter the database hostname details in `<host name>.<namespace>.svc.cluster.local` format.
30+
... If the database is running in a different namespace from `odh-model-registries`, enter the database hostname details in `<hostname>.<namespace>.svc.cluster.local` format.
3131
endif::[]
3232
ifndef::upstream[]
3333
... If the database is running in the `rhoai-model-registries` namespace, enter only the hostname for the database.
34-
... If the database is running in a different namespace from `rhoai-model-registries`, enter the database hostname details in `<host name>.<namespace>.svc.cluster.local` format.
34+
... If the database is running in a different namespace from `rhoai-model-registries`, enter the database hostname details in `<hostname>.<namespace>.svc.cluster.local` format.
3535
endif::[]
3636
.. In the *Port* field, enter the port number for the database.
3737
.. In the *Username* field, enter the default user name that is connected to the database.

0 commit comments

Comments
 (0)