Skip to content

Commit 5b52755

Browse files
authored
Merge pull request #54886 from mletalie/GH-53709
Adding 'you' per request/typo.
2 parents 0d39dde + 9d3e3b4 commit 5b52755

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)