Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Clarifiy unexpected Packet private CIDR behaviour (#163)
Browse files Browse the repository at this point in the history
Attempts to mitigate issue #159 by stating that this CIDR might not be stable
  • Loading branch information
DGollings authored Feb 5, 2020
1 parent 2512344 commit 2391fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/flatcar-linux/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module "controller" {
# Check yours from the `IPs & Networks` tab from your Packet.net account.
# If an IP block is not allocated yet, try provisioning an instance from the console in
# that region. Packet will allocate a public IP CIDR.
# Note: Packet does not guarantee this CIDR to be stable if there are no servers deployed in the project and region
node_private_cidr = "10.128.156.0/25"
}
Expand Down

0 comments on commit 2391fde

Please sign in to comment.