Skip to content

Commit 9d3e3b4

Browse files
committed
Adding 'you' per request/typo
1 parent b2786ac commit 9d3e3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-cluster-mtu-change.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ ExecStart=/usr/local/bin/mtu-migration.sh
344344

345345
. Update the underlying network interface MTU value:
346346

347-
** If are specifying the new MTU with a NetworkManager connection configuration, enter the following command. The MachineConfig Operator automatically performs a rolling reboot of the nodes in your cluster.
347+
** If you are specifying the new MTU with a NetworkManager connection configuration, enter the following command. The MachineConfig Operator automatically performs a rolling reboot of the nodes in your cluster.
348348
+
349349
[source,terminal]
350350
----
@@ -353,7 +353,7 @@ $ for manifest in control-plane-interface worker-interface; do
353353
done
354354
----
355355

356-
** If are specifying the new MTU with a DHCP server option or a kernel command line and PXE, make the necessary changes for your infrastructure.
356+
** If you are specifying the new MTU with a DHCP server option or a kernel command line and PXE, make the necessary changes for your infrastructure.
357357

358358
. As the MCO updates machines in each machine config pool, it reboots each node one by one. You must wait until all the nodes are updated. Check the machine config pool status by entering the following command:
359359
+

0 commit comments

Comments
 (0)