Skip to content

Commit aaa6681

Browse files
authored
Merge pull request #109518 from dfitzmau/OSDOCS-17013-remediation-2
OSDOCS-17013-remediation-2-abstracts
2 parents 7e7834d + 286fb14 commit aaa6681

4 files changed

Lines changed: 4 additions & 4 deletions

modules/installation-infrastructure-user-infra.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif::[]
3737
= Preparing the user-provisioned infrastructure
3838

3939
[role="_abstract"]
40-
To ensure a successful deployment and meet cluster requirements in {product-title}, prepare your user-provisioned infrastructure before starting the installation. Configuring your compute, network, and storage components in advance provides the stable foundation necessary for the installation program to function correctly.
40+
Before you install {product-title} on user-provisioned infrastructure, you must prepare the underlying infrastructure.
4141

4242
This section provides details about the high-level steps required to set up your cluster infrastructure in preparation for an {product-title} installation. This includes configuring IP networking and network connectivity for your cluster nodes,
4343
ifdef::ibm-z[]

modules/installation-initializing-manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ endif::[]
8686
= Manually creating the installation configuration file
8787

8888
[role="_abstract"]
89-
To customise your {product-title} deployment and meet specific network requirements, manually create the installation configuration file. This ensures that the installation program uses your tailored settings rather than default values during the setup process.
89+
Installing the cluster requires that you manually create the installation configuration file.
9090

9191
ifdef::vsphere-upi,restricted-upi[]
9292
[IMPORTANT]

modules/installation-user-provisioned-validating-dns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
= Validating DNS resolution for user-provisioned infrastructure
1818

1919
[role="_abstract"]
20-
To prevent network-related installation failures and ensure node connectivity in {product-title}, validate your DNS configuration before deploying on user-provisioned infrastructure. This verification confirms that all required records resolve correctly, providing the stable foundation necessary for cluster communication.
20+
To prevent network-related installation failures and ensure node connectivity in {product-title}, validate your DNS configuration before deploying on user-provisioned infrastructure.
2121

2222
[IMPORTANT]
2323
====

modules/ssh-agent-using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ endif::[]
115115
= Generating a key pair for cluster node SSH access
116116

117117
[role="_abstract"]
118-
To enable secure, passwordless SSH access to your cluster nodes, provide an SSH public key during the {product-title} installation. This ensures that the installation program automatically configures the {op-system-first} nodes for remote authentication through the `core` user.
118+
During an {product-title} installation, you can provide an SSH public key to the installation program. The key is passed to the {op-system-first} nodes through their Ignition config files and is used to authenticate SSH access to the nodes. The key is added to the `~/.ssh/authorized_keys` list for the `core` user on each node, which enables password-less authentication.
119119

120120
The SSH public key gets added to the `~/.ssh/authorized_keys` list for the `core` user on each node. After the key is passed to the {op-system-first} nodes through their Ignition config files, you can use the key pair to SSH in to the {op-system} nodes as the user `core`. To access the nodes through SSH, the private key identity must be managed by SSH for your local user.
121121

0 commit comments

Comments
 (0)