Add private CIDR for calico

This commit is contained in:
Philipp
2022-04-30 00:11:07 +02:00
parent bfdca599b9
commit eb99ec5859
4 changed files with 32 additions and 4 deletions

View File

@@ -87,6 +87,9 @@ locals {
hetzner_metadata_service_ipv4 = "169.254.169.254/32"
hetzner_cloud_api_ipv4 = "213.239.246.1/32"
# internal Pod CIDR, used for the controller and currently for calico
cluster_cidr_ipv4 = "10.42.0.0/16"
whitelisted_ips = [
local.network_ipv4_cidr,
local.hetzner_metadata_service_ipv4,