This commit is contained in:
2025-08-21 21:04:30 +02:00
parent ed68547cca
commit addb22bfcc
12 changed files with 194 additions and 133 deletions

View File

@@ -37,7 +37,8 @@ storage:
[Network]
Address=fd00:0:0:2::91/64
Gateway=fd00:0:0:2::3
Address=2001:470:7116:2::91/64
Gateway=2001:470:7116:2::1
DNS=fd00:0:0:1::1
Address=10.0.2.91/24
Gateway=10.0.2.3
@@ -53,12 +54,21 @@ storage:
inline: |
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fd00:0:0:2::91 control-plane1.undercloud.local control-plane1
fd00:0:0:2::92 control-plane2.undercloud.local control-plane2
fd00:0:0:2::93 control-plane3.undercloud.local control-plane3
fd00:0:0:2::101 worker1.undercloud.local worker1
fd00:0:0:2::102 worker2.undercloud.local worker2
fd00:0:0:2::103 worker3.undercloud.local worker3
2001:470:7116:2::91 control-plane1.undercloud.local control-plane1
2001:470:7116:2::92 control-plane2.undercloud.local control-plane2
2001:470:7116:2::93 control-plane3.undercloud.local control-plane3
2001:470:7116:2::101 worker1.undercloud.local worker1
2001:470:7116:2::102 worker2.undercloud.local worker2
2001:470:7116:2::103 worker3.undercloud.local worker3
fd00:0:0:2::91 control-plane1.undercloud.local control-plane1
fd00:0:0:2::92 control-plane2.undercloud.local control-plane2
fd00:0:0:2::93 control-plane3.undercloud.local control-plane3
fd00:0:0:2::101 worker1.undercloud.local worker1
fd00:0:0:2::102 worker2.undercloud.local worker2
fd00:0:0:2::103 worker3.undercloud.local worker3
10.0.2.91 control-plane1.undercloud.local control-plane1
10.0.2.92 control-plane2.undercloud.local control-plane2
10.0.2.93 control-plane3.undercloud.local control-plane3
@@ -155,11 +165,11 @@ storage:
name: control-plane1
criSocket: unix:///run/containerd/containerd.sock
kubeletExtraArgs:
node-ip: "fd00:0:0:2::91"
cluster-dns: "10.0.91.53,fd00:0:0:f:1::53"
node-ip: "2001:470:7116:2::91"
cluster-dns: "10.0.91.53,2001:470:7116:f:1::53"
volume-plugin-dir: "/opt/libexec/kubernetes/kubelet-plugins/volume/exec/"
localAPIEndpoint:
advertiseAddress: "fd00:0:0:2::91"
advertiseAddress: "2001:470:7116:2::91"
bindPort: 6443
certificateKey: "fee7c3e5cfcac7e4774c6efca0464a42d897f30f7300340d6578b5cfb4a3d34b"
---
@@ -167,8 +177,8 @@ storage:
kind: ClusterConfiguration
controlPlaneEndpoint: "[fd00:0:0:2::100]:6443"
networking:
podSubnet: "fd00:0:0:a::/64,10.0.10.0/24"
serviceSubnet: "fd00:0:0:f:1::/108,10.0.91.0/24"
podSubnet: "2001:470:7116:a::/64,10.0.10.0/24"
serviceSubnet: "2001:470:7116:f:1::/108,10.0.91.0/24"
dnsDomain: "k8s.undercloud.local"
controllerManager:
extraArgs:
@@ -197,9 +207,9 @@ storage:
type: ClusterIP
ipFamilyPolicy: RequireDualStack
ipFamilies: [IPv6, IPv4]
clusterIP: fd00:0:0:f:1::53
clusterIP: 2001:470:7116:f:1::53
clusterIPs:
- fd00:0:0:f:1::53
- 2001:470:7116:f:1::53
- 10.0.91.53
ports:
- name: dns