parent
d074ff3e1f
commit
5b912b1ceb
4 changed files with 6 additions and 6 deletions
ingress.tjo.cloud/terraform
k8s.tjo.cloud/modules/cluster-core
network.tjo.cloud
|
@ -1,8 +1,8 @@
|
|||
network = {
|
||||
ipv4_address = "10.0.0.10/32"
|
||||
ipv4_gateway = "10.0.0.1"
|
||||
ipv6_address = "fd74:6a6f:0:f000::10/128"
|
||||
ipv6_gateway = "fd74:6a6f:0:f000::1"
|
||||
ipv6_address = "fd74:6a6f:0:0000::10/128"
|
||||
ipv6_gateway = "fd74:6a6f:0:0000::1"
|
||||
}
|
||||
|
||||
nodes = {
|
||||
|
|
|
@ -135,7 +135,7 @@ resource "kubernetes_manifest" "cilium-bgp-cluster-config" {
|
|||
{
|
||||
name = "local-router-ipv6"
|
||||
peerASN = var.bgp.asn
|
||||
peerAddress = "fd74:6a6f:0:f000::1"
|
||||
peerAddress = "fd74:6a6f:0:0000::1"
|
||||
peerConfigRef = {
|
||||
name = "default"
|
||||
}
|
||||
|
|
|
@ -68,8 +68,8 @@ Next 1021 are provisioned via DHCP. The reset are unused.
|
|||
|
||||
| Use | IPv4 | IPv6 |
|
||||
|-------------------|------------------|--------------------------|
|
||||
| Router LAN VIP | 10.0.0.1/32 | fd74:6a6f:0:f000::1/128 |
|
||||
| ingress.tjo.cloud | 10.0.0.10/32 | fd74:6a6f:0:f000::10/128 |
|
||||
| Router LAN VIP | 10.0.0.1/32 | fd74:6a6f:0:0000:1/128 |
|
||||
| ingress.tjo.cloud | 10.0.0.10/32 | fd74:6a6f:0:0000:10/128 |
|
||||
|
||||
## k8s.tjo.cloud
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ config interface 'lan_vip'
|
|||
option device 'br-lan'
|
||||
option ipaddr '10.0.0.1'
|
||||
option netmask '255.255.255.255'
|
||||
option ip6addr 'fd74:6a6f:0:f000::1/128'
|
||||
option ip6addr 'fd74:6a6f:0:0000::1/128'
|
||||
|
||||
config route 'lan4'
|
||||
option interface 'lan'
|
||||
|
|
Loading…
Reference in a new issue