From 6dcb5455958455c108671dfe2d0237f0167fa4be Mon Sep 17 00:00:00 2001 From: Sergey Matov Date: Mon, 18 Mar 2024 20:31:36 +0400 Subject: [PATCH] Change boot type in pxeURL string to TFTP --- docs/user-guide/vpcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/vpcs.md b/docs/user-guide/vpcs.md index e24526d..f247373 100644 --- a/docs/user-guide/vpcs.md +++ b/docs/user-guide/vpcs.md @@ -23,7 +23,7 @@ spec: range: # Optionally, start/end range could be specified start: 10.10.1.10 end: 10.10.1.99 - pxeURL: http://10.10.10.99/bootfilename # PXEURL (optional) to identify the pxe server to use to boot hosts, http query strings are not supported + pxeURL: tftp://10.10.10.99/bootfilename # PXEURL (optional) to identify the pxe server to use to boot hosts, http query strings are not supported subnet: 10.10.1.0/24 # User-defined subnet from ipv4 namespace vlan: "1001" # User-defined VLAN from vlan namespace isolated: true # Makes subnet isolated from other subnets within the VPC (doesn't affect VPC peering)