From 378aaa0400c2468d5708865e1cc57f741328fcc0 Mon Sep 17 00:00:00 2001 From: "vault-token-factory-spectrocloud[bot]" <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:59:18 +0000 Subject: [PATCH] docs: update prereq to initramfs (#3568) (#3571) * docs: update prereq to initramfs * docs: weird git stuff --------- Co-authored-by: Lenny Chen (cherry picked from commit 55d1ae3fd0f8a5eb2f3af0388c9c421f726b3c4a) Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com> --- docs/docs-content/clusters/edge/networking/vxlan-overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/clusters/edge/networking/vxlan-overlay.md b/docs/docs-content/clusters/edge/networking/vxlan-overlay.md index 4c6238eb98..068a1e399c 100644 --- a/docs/docs-content/clusters/edge/networking/vxlan-overlay.md +++ b/docs/docs-content/clusters/edge/networking/vxlan-overlay.md @@ -67,7 +67,7 @@ server. The region experiences a bad weather event that causes a sustained outag boot stage. Replace `INTERFACE_NAME` with the name of the network interface on your Edge host. ```yaml {2-6} stages: - boot: + initramfs: - name: "Disable UDP segmentation" commands: - ethtool -K INTERFACE_NAME tx-udp_tnl-segmentation off