Replies: 1 comment
-
ok, found #1685 (fix: host module should not create rdns if instances have only private ips.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
are there any howtos or extended documentation for using predefined private networks with nat gateway.
I'm not able to use ip adresses from 10.0.0.0/8 because they are used in many Subnets onprem.
My goal is to create a privat, not public reachable kubernetes cluster in hcloud with ip adresses from 172.24.0.0/16.
I create a network 172.24.0.0/15 and a subnet 172.25.0.0/16, there are the nat gateway at 172.25.0.1. In hcloud network are a default route to 172.25.0.1.
I try following:
After terraform apply there two errors.
and
I understand, no rdns with private IP, yes i don't need it. How can i disable it.
Are there any possibilities to go this way or is it impossible?
thx
jk
Beta Was this translation helpful? Give feedback.
All reactions