From 0dd0d876964a1339456f07b2f7e473fea3067118 Mon Sep 17 00:00:00 2001 From: DGollings <2032823+DGollings@users.noreply.github.com> Date: Wed, 5 Feb 2020 17:06:09 +0100 Subject: [PATCH 1/3] Update packet.md Attempts to address or at least mitigate issue #159 --- docs/flatcar-linux/packet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/flatcar-linux/packet.md b/docs/flatcar-linux/packet.md index 913eb844..c155475d 100644 --- a/docs/flatcar-linux/packet.md +++ b/docs/flatcar-linux/packet.md @@ -110,6 +110,10 @@ 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: the private CIDR range has been observed to change unexpectedly, + # although at the time it was an empty/dormant Packet project and there had been some networking upgrades + # be sure to manually check this value again when either reusing an older project + # or see unexplainable networking behaviour (inter-node timeouts) node_private_cidr = "10.128.156.0/25" } From 6d9860368fd160f7442714ab2c1ec6006c396ce9 Mon Sep 17 00:00:00 2001 From: DGollings <2032823+DGollings@users.noreply.github.com> Date: Wed, 5 Feb 2020 17:26:26 +0100 Subject: [PATCH 2/3] Update docs/flatcar-linux/packet.md Co-Authored-By: rata --- docs/flatcar-linux/packet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flatcar-linux/packet.md b/docs/flatcar-linux/packet.md index c155475d..577a33ef 100644 --- a/docs/flatcar-linux/packet.md +++ b/docs/flatcar-linux/packet.md @@ -113,7 +113,7 @@ module "controller" { # Note: the private CIDR range has been observed to change unexpectedly, # although at the time it was an empty/dormant Packet project and there had been some networking upgrades # be sure to manually check this value again when either reusing an older project - # or see unexplainable networking behaviour (inter-node timeouts) +# 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" } From a6bd5e25d70d182bdc844424d44c22c764571ffe Mon Sep 17 00:00:00 2001 From: Daniel Gollings <2032823+DGollings@users.noreply.github.com> Date: Wed, 5 Feb 2020 19:00:56 +0100 Subject: [PATCH 3/3] removed duplicate? Note: --- docs/flatcar-linux/packet.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/flatcar-linux/packet.md b/docs/flatcar-linux/packet.md index 577a33ef..b7b19eac 100644 --- a/docs/flatcar-linux/packet.md +++ b/docs/flatcar-linux/packet.md @@ -110,10 +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: the private CIDR range has been observed to change unexpectedly, - # although at the time it was an empty/dormant Packet project and there had been some networking upgrades - # be sure to manually check this value again when either reusing an older project -# Note: Packet does not guarantee this CIDR to be stable if there are no servers deployed in the project and region + # 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" }