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

Add option to remove ipv4 for instances #36

Open
aptroost opened this issue Oct 20, 2022 · 1 comment
Open

Add option to remove ipv4 for instances #36

aptroost opened this issue Oct 20, 2022 · 1 comment

Comments

@aptroost
Copy link

resource "hcloud_server" "server_test" {

  public_net {
    ipv4_enabled = false
  }
}
@JWDobken
Copy link
Owner

JWDobken commented Oct 20, 2022

I suggest to have;

  • all worker nodes private only;
  • control-plane is optionally private;

When the control-plane is private; you can always create a public step-stone server within the network to reach the cluster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants