You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the setting networking.allowed_networks.api allows specifying which networks can access the Kubernetes API, but this only works with single master clusters currently. Multi-master HA clusters require a load balancer for the API, but load balancers are not yet covered by Hetzner's firewalls
I guess this is outdated since v2 now creates a kubeconfig with each master as a separate context?
I successfully tried setting networking.allowed_networks.api to a private subnet on a HA cluster and it seems to work as expected: the firewall is configured accordingly and cluster operations seem to work fine.
The text was updated successfully, but these errors were encountered:
The Creating a cluster page states:
I guess this is outdated since v2 now creates a
kubeconfig
with each master as a separate context?I successfully tried setting
networking.allowed_networks.api
to a private subnet on a HA cluster and it seems to work as expected: the firewall is configured accordingly and cluster operations seem to work fine.The text was updated successfully, but these errors were encountered: