Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change boot type in pxeURL string to TFTP #17

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/vpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading